base flip
This commit is contained in:
@@ -6,6 +6,7 @@ import { clx } from '@/helpers/utils'
|
||||
import { useSharedStore } from '@/shared/store/sharedStore'
|
||||
import Home from '@/pages/home/Home'
|
||||
import Editor from '@/pages/editor/Editor'
|
||||
import Viewer from '@/pages/viewer/Viewer'
|
||||
|
||||
const MainRouter = () => {
|
||||
const { hasSubMenu } = useSharedStore()
|
||||
@@ -31,6 +32,7 @@ const MainRouter = () => {
|
||||
<Routes>
|
||||
<Route path={Paths.home} element={<Home />} />
|
||||
<Route path={Paths.editor} element={<Editor />} />
|
||||
<Route path={Paths.viewer} element={<Viewer />} />
|
||||
</Routes>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user