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

@ -3,8 +3,8 @@ import { useState } from "react";
import { toast } from "react-hot-toast";
import { useTranslation } from "react-i18next";
import { userServiceClient } from "@/grpcweb";
import useLoading from "@/hooks/useLoading";
import { useUserStore } from "@/stores";
import useLoading from "../hooks/useLoading";
import Icon from "./Icon";
interface Props {