From 09b60025462e3acd951414bfb074db56e9a8852f Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sat, 4 Mar 2023 22:11:39 +0200 Subject: [PATCH] redirect to dashboard from root route --- src/components/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/App.js b/src/components/App.js index 7121687..dad60bc 100644 --- a/src/components/App.js +++ b/src/components/App.js @@ -62,6 +62,7 @@ const App = () => { return ( + } />