Fixed typo
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-08-08 22:00:56 -07:00
parent f21aa3aada
commit 41ec2654ee
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} />
</>
);
}