Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanazf committed May 3, 2024
1 parent 4ff903a commit ea99c09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const Home = lazy(() => import('./pages/Home'));
const NotFound = lazy(() => import('./pages/404'));
const WikiHome = lazy(() => import('./pages/WikiHome'));
const Projects = lazy(() => import('./pages/Projects'));
const Contact = lazy(() => import('./pages/Contact'));
const Showcase = lazy(() => import('./pages/Showcase'));
const Games = lazy(() => import('./pages/Games'));

Expand Down

0 comments on commit ea99c09

Please sign in to comment.