aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/layout.tsx
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2023-11-14 19:08:14 -0800
committerPinapelz <yukais@pinapelz.com>2023-11-14 19:08:14 -0800
commit7b6d5f1666e428c37c936bd6b01323c3a6399ac6 (patch)
tree981126f91f26c7419600a7496e76a16af9fa6988 /src/app/layout.tsx
parenta7701e6183956531a6930fac484acb52e22baf85 (diff)
Initial commit - barebone lrc player
Diffstat (limited to 'src/app/layout.tsx')
-rw-r--r--src/app/layout.tsx14
1 files changed, 4 insertions, 10 deletions
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 40e027f..a14e64f 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,12 +1,6 @@
-import type { Metadata } from 'next'
-import { Inter } from 'next/font/google'
-import './globals.css'
-
-const inter = Inter({ subsets: ['latin'] })
-
-export const metadata: Metadata = {
- title: 'Create Next App',
- description: 'Generated by create next app',
+export const metadata = {
+ title: 'Next.js',
+ description: 'Generated by Next.js',
}
export default function RootLayout({
@@ -16,7 +10,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
- <body className={inter.className}>{children}</body>
+ <body>{children}</body>
</html>
)
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage