Skip to content

Commit

Permalink
⏪ Revert another feature
Browse files Browse the repository at this point in the history
  • Loading branch information
almond-bongbong committed May 26, 2023
1 parent cec45f7 commit ce97193
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions example/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import Root from './root';
import Home from './page/home';
import Api from './page/api';
import Example from './page/example';
import Theme from './page/theme';

const router = createBrowserRouter(
[
Expand All @@ -28,10 +27,6 @@ const router = createBrowserRouter(
path: '/example',
element: <Example />,
},
{
path: '/theme',
element: <Theme />,
},
],
},
],
Expand Down
4 changes: 0 additions & 4 deletions example/src/component/layout/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ const MENU: Menu[] = [
},
],
},
{
name: 'Theme',
path: '/theme',
},
];

function Layout({ children }: Props) {
Expand Down

0 comments on commit ce97193

Please sign in to comment.