From c07169941d2cd5789ab25dd785f412d73734031b Mon Sep 17 00:00:00 2001 From: Dallas Richmond Date: Tue, 8 Oct 2024 16:49:28 -0700 Subject: [PATCH] Test --- frontend/src/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/main.tsx b/frontend/src/main.tsx index b2b2d6b..d04bad8 100644 --- a/frontend/src/main.tsx +++ b/frontend/src/main.tsx @@ -6,7 +6,7 @@ import App from './App'; import MainPage from './Views/MainPage/MainPage.tsx'; import ExportPage from './Views/Export/ExportPage.tsx'; -// Test for openshift deployment +// Test for openshift const router = createBrowserRouter([ { path: '/',