removed login route path
This commit is contained in:
@@ -27,7 +27,6 @@ function App() {
|
||||
|
||||
return (
|
||||
<div className='App' style={{marginTop: '20px' }}>
|
||||
<Route path="/*" element={<Login />} />
|
||||
<AppShell
|
||||
header={{height: 50}}
|
||||
navbar={{width: 300, breakpoint: 'sm', collapsed: {mobile: !opened}}}
|
||||
|
||||
Reference in New Issue
Block a user