mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Added shared layout with _app
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user