mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-11 06:31:51 +08:00
refactor: rename file
This commit is contained in:
parent
725fde1ae1
commit
ac05fd997d
5 changed files with 4 additions and 4 deletions
|
|
@ -25,7 +25,7 @@ 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/result";
|
||||
import { onAuthStateChanged } from "./controllers/account-controller";
|
||||
import { onAuthStateChanged } from "./controllers/auth";
|
||||
import { enable } from "./states/glarses-mode";
|
||||
import "./test/caps-warning";
|
||||
import "./modals/simple-modals";
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import AnimatedModal from "../utils/animated-modal";
|
|||
import { showPopup } from "./simple-modals";
|
||||
import * as Notifications from "../elements/notifications";
|
||||
import { setMediaQueryDebugLevel } from "../ui";
|
||||
import { signIn } from "../controllers/account-controller";
|
||||
import { signIn } from "../controllers/auth";
|
||||
import * as Loader from "../elements/loader";
|
||||
import { update } from "../elements/xp-bar";
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ import {
|
|||
import Ape from "../ape";
|
||||
import { createErrorMessage } from "../utils/misc";
|
||||
import * as LoginPage from "../pages/login";
|
||||
import * as AccountController from "../controllers/account-controller";
|
||||
import * as AccountController from "../controllers/auth";
|
||||
import * as CaptchaController from "../controllers/captcha-controller";
|
||||
import * as Loader from "../elements/loader";
|
||||
import { subscribe as subscribeToSignUpEvent } from "../observables/google-sign-up-event";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import Ape from "../ape";
|
||||
import * as AccountController from "../controllers/account-controller";
|
||||
import * as AccountController from "../controllers/auth";
|
||||
import * as DB from "../db";
|
||||
import * as UpdateConfig from "../config";
|
||||
import * as Notifications from "../elements/notifications";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue