diff --git a/app/components/Page.js b/app/components/Page.js index c26e10b..e432c06 100644 --- a/app/components/Page.js +++ b/app/components/Page.js @@ -1,10 +1,10 @@ import Head from 'next/head' export const Page = ({ title, children }) => ( -
+ <> {title} {children} -
+ )