aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/login
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/pages/login')
-rw-r--r--FrontEnd/src/pages/login/index.tsx10
1 files changed, 5 insertions, 5 deletions
diff --git a/FrontEnd/src/pages/login/index.tsx b/FrontEnd/src/pages/login/index.tsx
index a09e32c3..582ebd0f 100644
--- a/FrontEnd/src/pages/login/index.tsx
+++ b/FrontEnd/src/pages/login/index.tsx
@@ -2,16 +2,16 @@ import { useState, useEffect } from "react";
import { Link, useNavigate } from "react-router-dom";
import { Trans } from "react-i18next";
-import { useUser, userService } from "@/services/user";
+import { useUser, userService } from "~src/services/user";
-import { useC } from "@/views/common/common";
-import LoadingButton from "@/views/common/button/LoadingButton";
+import { useC } from "~src/components/common";
+import LoadingButton from "~src/components/button/LoadingButton";
import {
InputErrorDict,
InputGroup,
useInputs,
-} from "@/views/common/input/InputGroup";
-import Page from "@/views/common/Page";
+} from "~src/components/input/InputGroup";
+import Page from "~src/components/Page";
import "./index.css";