diff --git a/frontend/src/js/index.js b/frontend/src/js/index.js index a84dcfc95..7424c5a61 100644 --- a/frontend/src/js/index.js +++ b/frontend/src/js/index.js @@ -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;