diff --git a/src/app/(frontend)/layout.tsx b/src/app/(frontend)/layout.tsx index 0d8d0e3..c45cf3d 100644 --- a/src/app/(frontend)/layout.tsx +++ b/src/app/(frontend)/layout.tsx @@ -1,5 +1,4 @@ import type { Metadata } from 'next' - import { cn } from '@/utilities/ui' import { GeistMono } from 'geist/font/mono' import { GeistSans } from 'geist/font/sans' @@ -12,9 +11,8 @@ import { Providers } from '@/providers' import { InitTheme } from '@/providers/Theme/InitTheme' import { mergeOpenGraph } from '@/utilities/mergeOpenGraph' import { draftMode } from 'next/headers' - -import './globals.css' import { getServerSideURL } from '@/utilities/getURL' +import './globals.css' export default async function RootLayout({ children }: { children: React.ReactNode }) { const { isEnabled } = await draftMode() @@ -30,14 +28,9 @@ export default async function RootLayout({ children }: { children: React.ReactNo href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/dist/tabler-icons.min.css" /> - + - - +
{children}