mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 21:51:29 +08:00
fixed lint warnings
This commit is contained in:
parent
56e84e4676
commit
c00ca940ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue