diff --git a/src/App.tsx b/src/App.tsx index 75c33b8..6b237e4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -25,6 +25,7 @@ import Structure from "./pages/Structure"; import Contacts from "./pages/Contact"; import AboutUs from "./pages/AboutUs"; import Tournaments from "./pages/Tournaments"; +import PlayerProfile from "./pages/PlayerProfile"; const App = () => { // Types @@ -68,6 +69,7 @@ const App = () => { } /> } /> } /> + } />