chore: tweak frontend imports

This commit is contained in:
Steven
2024-04-08 22:30:28 +08:00
parent 5bf86601e6
commit cc669f1be0
14 changed files with 35 additions and 37 deletions

View File

@ -5,9 +5,9 @@ import { useTranslation } from "react-i18next";
import { Link } from "react-router-dom";
import Icon from "@/components/Icon";
import { authServiceClient } from "@/grpcweb";
import useLoading from "@/hooks/useLoading";
import useNavigateTo from "@/hooks/useNavigateTo";
import { useUserStore, useWorkspaceStore } from "@/stores";
import useLoading from "../hooks/useLoading";
const SignUp: React.FC = () => {
const { t } = useTranslation();