Update _app.tsx

Signed-off-by: skidoodle <contact@albert.lol>
This commit is contained in:
skidoodle 2023-02-14 08:46:46 +01:00 committed by GitHub
parent e20e9b37b3
commit c66491ed96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
import { AppProps } from 'next/app';
import { Analytics } from '@vercel/analytics/react';
import 'styles/globals.scss';
import Head from 'next/head';
import 'styles/globals.scss';
export default function App({ Component, pageProps }: AppProps) {
return (