From 11c481b23dcd33f21353dfb80f5c2c7c75742f61 Mon Sep 17 00:00:00 2001 From: IRADUKUNDA SANGWA CEDRIC <110623461+Dawaic6@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:33:36 +0200 Subject: [PATCH] resolve blank page (#535) --- 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