mirror of
https://github.com/vercel/commerce.git
synced 2025-03-14 22:42:33 +00:00
Adding tyni typing
This commit is contained in:
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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user