chore: revert unnecessary changes

This commit is contained in:
Nikola Ubavic 2021-12-16 11:41:09 +01:00
parent eb6e090936
commit 586ad4879b

View file

@ -17,7 +17,7 @@ import Register from 'src/pages/Authentication/Register'
import Reset2FA from 'src/pages/Authentication/Reset2FA'
import ResetPassword from 'src/pages/Authentication/ResetPassword'
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 PrivateRoute from './PrivateRoute'
@ -140,7 +140,7 @@ const Routes = () => {
}
/>
</PrivateRoute>
<PrivateRoute path="/machines" component={MachineRoute} />
<PrivateRoute path="/machines" component={Machines} />
<PrivateRoute path="/wizard" component={Wizard} />
<PublicRoute path="/register" component={Register} />
{/* <PublicRoute path="/configmigration" component={ConfigMigration} /> */}