Sample page and graph wrappers #32

Merged
snedadah merged 18 commits from shahanneda/wrapper into main 2022-09-02 17:39:47 -04:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 41ec2654ee - Show all commits

View File

@ -14,7 +14,7 @@ export default function App({ Component, pageProps }: AppProps): JSX.Element {
content="width=device-width, initial-scale=1.0, maximum-scale=1.0,user-scalable=0"
/>
</Head>
<Component {...pageProps} />;
<Component {...pageProps} />
</>
);
}