Skip to content

Commit ac05fd9

Browse files
committed
refactor: rename file
1 parent 725fde1 commit ac05fd9

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
File renamed without changes.

frontend/src/ts/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import * as TestStats from "./test/test-stats";
2525
import * as Replay from "./test/replay";
2626
import * as TestTimer from "./test/test-timer";
2727
import * as Result from "./test/result";
28-
import { onAuthStateChanged } from "./controllers/account-controller";
28+
import { onAuthStateChanged } from "./controllers/auth";
2929
import { enable } from "./states/glarses-mode";
3030
import "./test/caps-warning";
3131
import "./modals/simple-modals";

frontend/src/ts/modals/dev-options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import AnimatedModal from "../utils/animated-modal";
33
import { showPopup } from "./simple-modals";
44
import * as Notifications from "../elements/notifications";
55
import { setMediaQueryDebugLevel } from "../ui";
6-
import { signIn } from "../controllers/account-controller";
6+
import { signIn } from "../controllers/auth";
77
import * as Loader from "../elements/loader";
88
import { update } from "../elements/xp-bar";
99

frontend/src/ts/modals/google-sign-up.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
import Ape from "../ape";
1010
import { createErrorMessage } from "../utils/misc";
1111
import * as LoginPage from "../pages/login";
12-
import * as AccountController from "../controllers/account-controller";
12+
import * as AccountController from "../controllers/auth";
1313
import * as CaptchaController from "../controllers/captcha-controller";
1414
import * as Loader from "../elements/loader";
1515
import { subscribe as subscribeToSignUpEvent } from "../observables/google-sign-up-event";

frontend/src/ts/modals/simple-modals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Ape from "../ape";
2-
import * as AccountController from "../controllers/account-controller";
2+
import * as AccountController from "../controllers/auth";
33
import * as DB from "../db";
44
import * as UpdateConfig from "../config";
55
import * as Notifications from "../elements/notifications";

0 commit comments

Comments
 (0)