1
0
mirror of https://github.com/vercel/commerce.git synced 2025-08-13 20:31:23 +00:00

Adding tyni typing

This commit is contained in:
okbel
2021-02-18 13:26:47 -03:00
parent 19db5a7e1d
commit 05501c6f99

@@ -41,6 +41,7 @@ const FeatureBar = dynamic(
interface Props {
pageProps: {
pages?: Page[]
commerceFeatures: Record<string, boolean>
}
}
@@ -48,7 +49,6 @@ const Layout: FC<Props> = ({
children,
pageProps: { commerceFeatures, ...pageProps },
}) => {
console.log(pageProps)
const {
displaySidebar,
displayModal,