From 26457f4086e3540d355f8b5e095de552abc7740d Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Wed, 10 Aug 2022 08:25:18 -0500 Subject: [PATCH] Restore default route (wildcard to home page) --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index b7bc301..e16f4c0 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -450,6 +450,7 @@ export default function App() )} + } /> {appRoutes && getRoutes(appRoutes)} {sideNavRoutes && getRoutes(sideNavRoutes)}