Skip to content

Instantly share code, notes, and snippets.

@FrancisGregori
Created November 25, 2023 23:27
Show Gist options
  • Save FrancisGregori/ee775f98aca34a2c4be35061e55d314f to your computer and use it in GitHub Desktop.
Save FrancisGregori/ee775f98aca34a2c4be35061e55d314f to your computer and use it in GitHub Desktop.
import { ReactNode } from 'react';
import './globals.css';
export default function RootLayout({ children }: { children: ReactNode }) {
return children;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment