mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 20:40:48 +08:00
typo
This commit is contained in:
parent
1b82d8b27e
commit
fc28e74307
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import "./elements/scroll-to-top";
|
|||
import * as TestStats from "./test/test-stats";
|
||||
import * as Replay from "./test/replay";
|
||||
import * as TestTimer from "./test/test-timer";
|
||||
import * as Result from "./test/test-timer";
|
||||
import * as Result from "./test/result";
|
||||
|
||||
//try to keep this list short because we need to eliminate it eventually
|
||||
global.getuid = Misc.getuid;
|
||||
|
|
Loading…
Reference in a new issue