Skip to content

Commit

Permalink
pages: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuv2707 committed May 30, 2024
1 parent 19669e0 commit 1a69f77
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import './App.css';
import { RouterProvider, createBrowserRouter } from 'react-router-dom';
import Home from './pages.tsx/Home';
import AppLayout from './pages.tsx/AppLayout';
import Error from './pages.tsx/Error';
import Game from './pages.tsx/Game';
import About from './pages.tsx/About';
import PlayOptions from './pages.tsx/PlayOptions';
import Home from './pages/Home';
import AppLayout from './pages/AppLayout';
import Error from './pages/Error';
import Game from './pages/Game';
import About from './pages/About';
import PlayOptions from './pages/PlayOptions';

const router = createBrowserRouter([
{
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1a69f77

Please sign in to comment.