mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
refactor: update import prefix with alias (#1433)
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
import { CssVarsProvider } from "@mui/joy";
|
||||
import { useEffect, useRef } from "react";
|
||||
import { createRoot } from "react-dom/client";
|
||||
import { Provider } from "react-redux";
|
||||
import { ANIMATION_DURATION } from "../../helpers/consts";
|
||||
import store from "../../store";
|
||||
import { useDialogStore } from "../../store/module";
|
||||
import { CssVarsProvider } from "@mui/joy";
|
||||
import theme from "../../theme";
|
||||
import "../../less/base-dialog.less";
|
||||
import { ANIMATION_DURATION } from "@/helpers/consts";
|
||||
import store from "@/store";
|
||||
import { useDialogStore } from "@/store/module";
|
||||
import theme from "@/theme";
|
||||
import "@/less/base-dialog.less";
|
||||
|
||||
interface DialogConfig {
|
||||
dialogName: string;
|
||||
|
Reference in New Issue
Block a user