bracket spacing

This commit is contained in:
skidoodle 2022-10-22 23:48:17 +02:00
parent 5076ed4efb
commit 83f69ba0d5
5 changed files with 14 additions and 12 deletions

View file

@ -1,9 +1,9 @@
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>