From 033c3e74376d5cfc45a65bb983ab00cbabaf800f Mon Sep 17 00:00:00 2001
From: Shaun Orssaud <72015533+Shorssaud@users.noreply.github.com>
Date: Tue, 31 Oct 2023 14:02:53 +0900
Subject: [PATCH] MDF swapped the / route for data and not settings
---
frontend/src/App.tsx | 4 ++--
frontend/src/components/layout/partials/NavigationRail.tsx | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index 93e90fc..a15834b 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -26,12 +26,12 @@ export default function App() {
- } />
+ } />
- } />
+ } />
diff --git a/frontend/src/components/layout/partials/NavigationRail.tsx b/frontend/src/components/layout/partials/NavigationRail.tsx
index 7316bcb..ad45c10 100644
--- a/frontend/src/components/layout/partials/NavigationRail.tsx
+++ b/frontend/src/components/layout/partials/NavigationRail.tsx
@@ -14,9 +14,9 @@ function NavigationRail() {
Dexy