Newer
Older
import type { Metadata } from "next";
title: "Rodolf",
description: "Bonjour",
};
export default function RootLayout({
children,
}: {
children: React.ReactNode;
<body style={{ margin: 0 }}>{children}</body>