diff --git a/src/main.jsx b/src/main.jsx index a729ed3..1f34802 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -40,12 +40,12 @@ const router = createBrowserRouter([ const rootStore = new RootStore(); ReactDOM.createRoot(document.getElementById("root")).render( - + //
Loading...
} />
-
+ //
); \ No newline at end of file diff --git a/src/views/App.jsx b/src/views/App.jsx index 81586ea..f65051c 100644 --- a/src/views/App.jsx +++ b/src/views/App.jsx @@ -117,10 +117,8 @@ export default function App() { style={{ margin: '16px 0', }} + items={[{ title: 'Home' }, { title: 'Plan' }, { title: 'Recent' }]} > - Home - Plan - Recent