8 lines
152 B
Plaintext
8 lines
152 B
Plaintext
|
|
<Router>
|
||
|
|
<Box sx={{ width: '100%' }}>
|
||
|
|
<Routes>
|
||
|
|
<Route path="*" element={<CurrentRoute />} />
|
||
|
|
</Routes>
|
||
|
|
<MyTabs />
|
||
|
|
</Box>
|
||
|
|
</Router>
|