From f6f7857d217ae5b4d705e0fffb167dcfd3722436 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Wed, 4 Sep 2024 12:19:53 +0300 Subject: refactor: add basic homepage --- frontend/src/App.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontend/src/App.tsx') diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 36c2d03..b9e84f4 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -9,6 +9,7 @@ import Profile from './pages/Profile'; import Games from './pages/Games'; import Maps from './pages/Maps'; import User from './pages/User'; +import Homepage from './pages/Homepage'; const App: React.FC = () => { @@ -26,7 +27,7 @@ const App: React.FC = () => { <> - yo} /> + } /> } /> } /> } /> -- cgit v1.2.3