PHP 7.4.33
Preview: layout.tsx Size: 689 B
/var/www/uibuilder.cmshelp.dk/httpdocs/src/app/layout.tsx
import type { Metadata } from "next";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";

const geistSans = Geist({
  variable: "--font-geist-sans",
  subsets: ["latin"],
});

const geistMono = Geist_Mono({
  variable: "--font-geist-mono",
  subsets: ["latin"],
});

export const metadata: Metadata = {
  title: "Create Next App",
  description: "Generated by create next app",
};

export default function RootLayout({
  children,
}: Readonly<{
  children: React.ReactNode;
}>) {
  return (
    <html lang="en">
      <body
        className={`${geistSans.variable} ${geistMono.variable} antialiased`}
      >
        {children}
      </body>
    </html>
  );
}

Directory Contents

Dirs: 2 × Files: 4
Name Size Perms Modified Actions
(pages) DIR
- drwxr-xr-x 2025-03-28 11:03:48
Edit Download
- drwxr-xr-x 2025-03-28 11:03:48
Edit Download
25.32 KB lrw-r--r-- 2025-03-28 11:03:48
Edit Download
761 B lrw-r--r-- 2025-03-28 11:03:48
Edit Download
689 B lrw-r--r-- 2025-03-28 11:03:48
Edit Download
380 B lrw-r--r-- 2025-03-28 11:03:48
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).