mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2025-12-16 20: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 (
|
||||
<>
|
||||
<Sidebar open={open} handleClose={handleClose} />
|
||||
<Header open={open} handleOpen={handleOpen} />
|
||||
<Header handleOpen={handleOpen} />
|
||||
{children}
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user