This commit is contained in:
암냥 2025-12-19 01:04:17 +09:00
commit 4fd76bfbfd
No known key found for this signature in database
6 changed files with 0 additions and 383 deletions

View file

@ -3,7 +3,6 @@ import { ThemeProvider } from "@/components/theme-provider"
import "./globals.css";
import "./scrollbar.css";
import SUPERCOMMAND from "@/components/SUPERCOMMAND";
export const metadata: Metadata = {
title: "남현석 | :two_hearts: imnya.ng",
@ -26,7 +25,6 @@ export default function RootLayout({
disableTransitionOnChange
>
{children}
<SUPERCOMMAND />
</ThemeProvider>
</body>
</html>