mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
single quotes
This commit is contained in:
parent
9b88d48431
commit
5076ed4efb
10 changed files with 62 additions and 107 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue