mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: reorder imports manually (#106)
* chore: reorder imports manually * chore: remove unused less
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
import { appRouterSwitch } from "./routers";
|
||||
import { useAppSelector } from "./store";
|
||||
import "./less/app.less";
|
||||
|
||||
function App() {
|
||||
const pathname = useAppSelector((state) => state.location.pathname);
|
||||
|
Reference in New Issue
Block a user