From 736b9b94342685e62dcc38da2fcdac7aa61f9814 Mon Sep 17 00:00:00 2001 From: Kevin Hendrix Date: Sat, 20 May 2023 14:20:53 -0400 Subject: [PATCH] Add components to App component --- client/App.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/App.tsx b/client/App.tsx index c455674..eed7a7f 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -3,7 +3,8 @@ import { Navigate, Routes, Route } from 'react-router-dom'; import Dashboard from './components/dashboard/Dashboard'; import Setup from './Pages/Setup'; - +//default route is to the Setup page +//other routes lead to dashboard function App() { return (