From 39187938f04ead23b2a3bc9c2846b16c6821d332 Mon Sep 17 00:00:00 2001 From: nightbug-xx Date: Mon, 9 Jun 2025 18:57:54 +0900 Subject: [PATCH] Add missing friend routes --- src/App.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index fa6ee64..42f76ce 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -16,6 +16,8 @@ import Dashboard from './pages/Dashboard' import MePage from './pages/MePage' import CharacterEditPage from './pages/CharacterEditPage' import GuidePage from './pages/Guide' +import FriendListPage from './pages/FriendListPage' +import FriendRequestsPage from './pages/FriendRequestsPage' const darkTheme = createTheme({ palette: { @@ -46,6 +48,8 @@ function App() { } /> } /> } /> + } /> + } />