Fixed typo

This commit is contained in:
Shahan Nedadahandeh 2022-08-08 22:00:56 -07:00
parent a1b368dec3
commit f004531d9e
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
1 changed files with 1 additions and 1 deletions

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} />
</>
);
}