Fixed typo

pull/32/head
Shahan Nedadahandeh 8 months ago
parent f21aa3aada
commit 41ec2654ee
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
  1. 2
      pages/_app.tsx

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

Loading…
Cancel
Save