refactor: update imports

This commit is contained in:
Steven
2024-04-07 19:35:13 +08:00
parent 905b962e0b
commit 8649e562dc
38 changed files with 56 additions and 68 deletions

View File

@ -6,8 +6,7 @@ import { Link } from "react-router-dom";
import Icon from "@/components/Icon";
import { authServiceClient } from "@/grpcweb";
import useNavigateTo from "@/hooks/useNavigateTo";
import useUserStore from "@/stores/v1/user";
import useWorkspaceStore from "@/stores/v1/workspace";
import { useUserStore, useWorkspaceStore } from "@/stores";
import useLoading from "../hooks/useLoading";
const SignUp: React.FC = () => {