Add Storage to Space menu dropdown
This commit is contained in:
parent
835e24a027
commit
342c6f0189
|
@ -198,6 +198,11 @@ function App() {
|
|||
as={Link}
|
||||
to='/classes'
|
||||
/>
|
||||
<Dropdown.Item
|
||||
content='Storage'
|
||||
as={Link}
|
||||
to='/storage'
|
||||
/>
|
||||
<Dropdown.Item
|
||||
content='Utilities'
|
||||
as={Link}
|
||||
|
|
Loading…
Reference in New Issue
Block a user