// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders ./components/layout/demo/basic.tsx correctly 1`] = `
Array [
,
,
,
,
]
`;
exports[`renders ./components/layout/demo/custom-trigger.tsx correctly 1`] = `
`;
exports[`renders ./components/layout/demo/fixed.tsx correctly 1`] = `
Content
`;
exports[`renders ./components/layout/demo/fixed-sider.tsx correctly 1`] = `
long content
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
more
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
more
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
more
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
more
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
`;
exports[`renders ./components/layout/demo/responsive.tsx correctly 1`] = `
`;
exports[`renders ./components/layout/demo/side.tsx correctly 1`] = `
Bill is a cat.
`;
exports[`renders ./components/layout/demo/top.tsx correctly 1`] = `
Content
`;
exports[`renders ./components/layout/demo/top-side.tsx correctly 1`] = `
`;
exports[`renders ./components/layout/demo/top-side-2.tsx correctly 1`] = `
Content
`;