mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
Update _app.tsx
Signed-off-by: skidoodle <contact@albert.lol>
This commit is contained in:
parent
e20e9b37b3
commit
c66491ed96
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import { AppProps } from 'next/app';
|
import { AppProps } from 'next/app';
|
||||||
import { Analytics } from '@vercel/analytics/react';
|
import { Analytics } from '@vercel/analytics/react';
|
||||||
import 'styles/globals.scss';
|
|
||||||
import Head from 'next/head';
|
import Head from 'next/head';
|
||||||
|
import 'styles/globals.scss';
|
||||||
|
|
||||||
export default function App({ Component, pageProps }: AppProps) {
|
export default function App({ Component, pageProps }: AppProps) {
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue