mirror of
https://github.com/skidoodle/albert.lol.git
synced 2026-04-28 03:07:40 +02:00
single quotes
This commit is contained in:
+4
-4
@@ -1,9 +1,9 @@
|
||||
import "styles/globals.scss";
|
||||
import Head from "next/head";
|
||||
import 'styles/globals.scss';
|
||||
import Head from 'next/head';
|
||||
|
||||
import { AppProps } from "next/app";
|
||||
import {AppProps} from 'next/app';
|
||||
|
||||
export default function ({ Component, pageProps }: AppProps) {
|
||||
export default function ({Component, pageProps}: AppProps) {
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
|
||||
Reference in New Issue
Block a user