mirror of
https://github.com/skidoodle/albert.lol.git
synced 2026-04-29 11:47:41 +02:00
.prettier
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { Html, Head, Main, NextScript } from 'next/document';
|
||||
|
||||
export default function Document() {
|
||||
export default function Document () {
|
||||
return (
|
||||
<Html lang='en'>
|
||||
<Head>
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
import { MainLayout } from '@/components/MainLayout';
|
||||
|
||||
export default function Home() {
|
||||
export default function Home () {
|
||||
return (
|
||||
<>
|
||||
<MainLayout />
|
||||
|
||||
Reference in New Issue
Block a user