mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2025-12-18 04:39:24 +00:00
hw5 add page name to header
This commit is contained in:
@@ -18,7 +18,7 @@ export const Layout: FC<PropsType> = ({ children }) => {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Sidebar open={open} handleClose={handleClose} />
|
<Sidebar open={open} handleClose={handleClose} />
|
||||||
<Header open={open} handleOpen={handleOpen} />
|
<Header handleOpen={handleOpen} />
|
||||||
{children}
|
{children}
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user