refactor: update import prefix with alias (#1433)

This commit is contained in:
boojack
2023-04-01 16:03:14 +08:00
committed by GitHub
parent b03778fa73
commit 89ab57d738
71 changed files with 239 additions and 225 deletions

View File

@ -1,10 +1,10 @@
import { useState } from "react";
import { Button, Input, Typography } from "@mui/joy";
import { useState } from "react";
import { toast } from "react-hot-toast";
import * as api from "../helpers/api";
import { useGlobalStore } from "@/store/module";
import * as api from "@/helpers/api";
import { generateDialog } from "./Dialog";
import Icon from "./Icon";
import { useGlobalStore } from "../store/module";
interface Props extends DialogProps {
localStoragePath?: string;