Update App.js

This commit is contained in:
string 2025-06-09 15:34:31 +05:30
parent afc44d72c1
commit 5311701872

View File

@ -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 />} />