From bbdcaccd7bf474eca83e43c21d24ffcb362adc39 Mon Sep 17 00:00:00 2001 From: liamzi Date: Fri, 27 Dec 2024 18:16:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E9=A1=B5=E9=9D=A2=E9=87=8D=E5=AE=9A?= =?UTF-8?q?=E5=90=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/AppRoutes.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/routes/AppRoutes.jsx b/src/routes/AppRoutes.jsx index e5d2bb1..8cd84b2 100644 --- a/src/routes/AppRoutes.jsx +++ b/src/routes/AppRoutes.jsx @@ -66,6 +66,10 @@ const AppRoutes = () => { } > + } + /> {renderRoutes(routes)} } />