fixed lint warnings

This commit is contained in:
Jack 2021-09-14 14:06:00 +01:00
parent 56e84e4676
commit c00ca940ec

View file

@ -1,5 +1,5 @@
import Config from "./config";
import { Howl, Howler } from "howler";
import { Howl } from "howler";
let errorSound = new Howl({ src: ["../sound/error.wav"] });
let clickSounds = null;