.prettier

This commit is contained in:
skidoodle
2023-04-11 01:38:43 +02:00
parent 7a5427ffc2
commit 17bf66129a
6 changed files with 22 additions and 17 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ const inter = Inter({
variable: '--font-inter',
});
export default function App({ Component, pageProps }: AppProps) {
export default function App ({ Component, pageProps }: AppProps) {
return (
<>
<Head>