File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import Box from "@mui/material/Box" ;
22import { Outlet } from "react-router-dom" ;
3- import { SideNav } from "./SideNav " ;
3+ import { SidebarNav } from "./SidebarNav " ;
44import { TopBar } from "./TopBar" ;
55import type { RouterProps } from "./Router" ;
66import { usePersistentDrawerState } from "./usePersistentDrawerState" ;
@@ -12,7 +12,7 @@ export function Layout(props: RouterProps) {
1212 return (
1313 < Box sx = { { display : "flex" } } >
1414 < TopBar title = { props . title } open = { open } setOpen = { setOpen } />
15- < SideNav navigation = { props . navigation } open = { open } />
15+ < SidebarNav navigation = { props . navigation } open = { open } />
1616 < Box component = "main" sx = { { flexGrow : 1 } } >
1717 { /* The Toolbar acts as a spacer,
1818 same size as the toolbar used inside the TopBar's AppBar*/ }
Load diff This file was deleted.
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments