Update App.js
This commit is contained in:
parent
afc44d72c1
commit
5311701872
@ -138,10 +138,11 @@ const App = () => {
|
|||||||
<Route path="edit-new-dash/:id" element={<EditNewDash />} />
|
<Route path="edit-new-dash/:id" element={<EditNewDash />} />
|
||||||
<Route path="dashrunner/:id" element={<DashboardRunner />} />
|
<Route path="dashrunner/:id" element={<DashboardRunner />} />
|
||||||
|
|
||||||
{/* buildercomponents */}
|
|
||||||
|
|
||||||
|
|
||||||
</Route>
|
</Route>
|
||||||
|
{/* buildercomponents */}
|
||||||
|
|
||||||
<Route path="/auth/*" element={<AuthLayout />}>
|
<Route path="/auth/*" element={<AuthLayout />}>
|
||||||
<Route path="login" element={<Login />} />
|
<Route path="login" element={<Login />} />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user