From 8cfa334717481bc2fcfa716b546304924157abff Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 12 Apr 2026 22:14:05 -0700 Subject: make windows re-sizeable general lint/formatting --- src/app/layout.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'src/app/layout.tsx') diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7dbde38..66b7930 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,4 +1,7 @@ -export const metadata = { +import type { Metadata } from "next"; +import StyledComponentsRegistry from "./registry"; + +export const metadata: Metadata = { title: "LRC-Karaoke Player", description: "A karaoke oriented media player with support for lyrics, subtitles, and offset adjustments!", @@ -11,7 +14,9 @@ export default function RootLayout({ }) { return ( - {children} + + {children} + ); -} +} \ No newline at end of file -- cgit v1.2.3