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