Skip to content

Commit 592e16e

Browse files
committed
Fix website build
1 parent 794f550 commit 592e16e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/website/pages/_app.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default function App({ Component, pageProps }) {
2+
return <Component {...pageProps} />
3+
}

0 commit comments

Comments
 (0)