chore: revert unnecessary changes
This commit is contained in:
parent
eb6e090936
commit
586ad4879b
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ import Register from 'src/pages/Authentication/Register'
|
||||||
import Reset2FA from 'src/pages/Authentication/Reset2FA'
|
import Reset2FA from 'src/pages/Authentication/Reset2FA'
|
||||||
import ResetPassword from 'src/pages/Authentication/ResetPassword'
|
import ResetPassword from 'src/pages/Authentication/ResetPassword'
|
||||||
import Dashboard from 'src/pages/Dashboard'
|
import Dashboard from 'src/pages/Dashboard'
|
||||||
import MachineRoute from 'src/pages/Machines'
|
import Machines from 'src/pages/Machines'
|
||||||
import Wizard from 'src/pages/Wizard'
|
import Wizard from 'src/pages/Wizard'
|
||||||
|
|
||||||
import PrivateRoute from './PrivateRoute'
|
import PrivateRoute from './PrivateRoute'
|
||||||
|
|
@ -140,7 +140,7 @@ const Routes = () => {
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</PrivateRoute>
|
</PrivateRoute>
|
||||||
<PrivateRoute path="/machines" component={MachineRoute} />
|
<PrivateRoute path="/machines" component={Machines} />
|
||||||
<PrivateRoute path="/wizard" component={Wizard} />
|
<PrivateRoute path="/wizard" component={Wizard} />
|
||||||
<PublicRoute path="/register" component={Register} />
|
<PublicRoute path="/register" component={Register} />
|
||||||
{/* <PublicRoute path="/configmigration" component={ConfigMigration} /> */}
|
{/* <PublicRoute path="/configmigration" component={ConfigMigration} /> */}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue