Chore: Spacing and stuff

This commit is contained in:
looskie
2021-06-22 14:10:58 -04:00
parent 82ff136c9b
commit 98c9ce49ab
5 changed files with 157 additions and 87 deletions

View File

@@ -1,5 +1,5 @@
import type { AppProps } from 'next/app'
import type { AppProps } from "next/app";
export default function LanyardReadMe({ Component, pageProps }: AppProps) {
return <Component {...pageProps} />
return <Component {...pageProps} />;
}