From b94e7f42a44504caa13ddec76f4810a5b91c3cc7 Mon Sep 17 00:00:00 2001 From: ZHENG XIAOYI Date: Fri, 6 Feb 2026 17:21:29 +0800 Subject: [PATCH] fix: fix typo in PrivateRoute component name --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 0da7a5c..2aee437 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -8,7 +8,7 @@ import GeneratePage from './pages/Generate'; import ManagePage from './pages/Manage'; import ProfilePage from './pages/Profile'; -const PrivatePrivateRoute = () => { +const PrivateRoute = () => { const user = authApi.getCurrentUser(); if (!user) { return ;