"git@forgeb1.univ-lehavre.fr:ac243219/ri-projet.git" n'existait pas sur "d88bac14541d9b115dabb6abb37f33ae71536fab"
Newer
Older
export const metadata = {
title: 'FullStack Lab - REI 2022',
description: 'Analyse des taxes locales françaises',
}
export default function RootLayout({ children }: { children: React.ReactNode }) {
return (
<html lang="fr">
<body>{children}</body>
</html>
)