changeset 17 | c2c97df0a642 |
parent 0 | 5f4fcbc80b37 |
16:a9fff9dba8e3 | 17:c2c97df0a642 |
---|---|
2 |
2 |
3 import DefaultLayout from './DefaultLayout'; |
3 import DefaultLayout from './DefaultLayout'; |
4 import Sidebar from '../ui/Sidebar'; |
4 import Sidebar from '../ui/Sidebar'; |
5 |
5 |
6 const DefaultLayoutSidebar = ({ |
6 const DefaultLayoutSidebar = ({ |
7 // eslint-disable-next-line react/prop-types |
|
7 component: Component, |
8 component: Component, |
8 ...rest |
9 ...rest |
9 }) => ( |
10 }) => ( |
10 <DefaultLayout |
11 <DefaultLayout |
11 {...rest} |
12 {...rest} |