From 46f6aa761a01c89efe70c01ed42b5e9376a97ebc Mon Sep 17 00:00:00 2001
From: Jida Li <77774296+jidalii@users.noreply.github.com>
Date: Tue, 17 Dec 2024 16:46:49 -0500
Subject: [PATCH] fix: routing issue
---
bu_arts_admin/src/App.tsx | 8 ++++++++
bu_arts_admin/src/components/sidebar/Sidebar.tsx | 2 +-
bu_arts_admin/src/main.tsx | 5 ++++-
3 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/bu_arts_admin/src/App.tsx b/bu_arts_admin/src/App.tsx
index ba7b37e..03b2604 100644
--- a/bu_arts_admin/src/App.tsx
+++ b/bu_arts_admin/src/App.tsx
@@ -19,6 +19,14 @@ const App: React.FC = () => {
+
+
+
+ }
+ />
{
{/* User Profile */}
-
+
diff --git a/bu_arts_admin/src/main.tsx b/bu_arts_admin/src/main.tsx
index 03be945..36c1ee3 100644
--- a/bu_arts_admin/src/main.tsx
+++ b/bu_arts_admin/src/main.tsx
@@ -14,7 +14,10 @@ if (!PUBLISHABLE_KEY) {
ReactDOM.createRoot(document.getElementById('root')!).render(
-
+
,