Skip to content

Commit

Permalink
fixed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Adanato committed Jun 12, 2024
1 parent de00c13 commit 977c9a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import { BrowserRouter as Router, Route, Routes} from 'react-router-dom';
import './App.css';
import About from './pages/About';
import ArenaBattle from './pages/ArenaBattle';
import Home from './pages/Home';
import Leaderboard from './pages/Leaderboard';
import Header from "./components/Header";
import Footer from "./components/Footer";
function App() {
Expand Down

0 comments on commit 977c9a8

Please sign in to comment.