Skip to content

Commit

Permalink
ci: pages
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasDibz committed Jan 22, 2024
1 parent b04e8db commit bbb5fac
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion src/router.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { createBrowserRouter } from 'react-router-dom';

import { Layout } from './Layout';
import { AboutUs, ErrorPage, Main } from './temp';
import { AboutUs, ErrorPage, Main } from './pages';

export const router = createBrowserRouter(
[
Expand Down

0 comments on commit bbb5fac

Please sign in to comment.