feat: add prettier sort import plugin (#2058)

This commit is contained in:
boojack
2023-07-31 22:26:45 +08:00
committed by GitHub
parent 5f819fc86f
commit d114b630d2
88 changed files with 1914 additions and 339 deletions

View File

@ -1,8 +1,8 @@
import { CssVarsProvider } from "@mui/joy";
import { createRoot } from "react-dom/client";
import { Provider } from "react-redux";
import store from "./store";
import App from "./App";
import store from "./store";
import theme from "./theme";
import "./helpers/polyfill";
import "./i18n";