Added shared layout with _app

This commit is contained in:
Luis Alvarez
2020-10-01 21:30:08 -05:00
parent 6587ab10ae
commit cf7c85e3ba
4 changed files with 21 additions and 15 deletions

View File

@@ -14,6 +14,7 @@ interface Props {
const CoreLayout: FunctionComponent<Props> = ({ className, children }) => {
const rootClassName = cn(s.root, className)
const { displaySidebar } = useUI()
return (
<div className={rootClassName}>
<Featurebar