From 169833a294d403c0bccef255f0499bce636265bc Mon Sep 17 00:00:00 2001 From: Dawaic6 Date: Mon, 7 Oct 2024 17:19:31 +0200 Subject: [PATCH] resolve blank page --- src/containers/DashRoutes.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/containers/DashRoutes.tsx b/src/containers/DashRoutes.tsx index d7a03ddbc..163336013 100644 --- a/src/containers/DashRoutes.tsx +++ b/src/containers/DashRoutes.tsx @@ -91,7 +91,7 @@ function DashRoutes() {
- {/* }> */} + } /> } /> @@ -158,10 +158,10 @@ function DashRoutes() { } /> } /> - {/* */} +
); } -export default DashRoutes; +export default DashRoutes; \ No newline at end of file