Enviar arquivos para "src/app"
This commit is contained in:
12
src/app/layout.jsx
Normal file
12
src/app/layout.jsx
Normal file
@ -0,0 +1,12 @@
|
||||
export const metadata = {
|
||||
title: 'Nome do Site de Carros',
|
||||
description: 'Descrição do site para SEO',
|
||||
}
|
||||
|
||||
export default function RootLayout({ children }) {
|
||||
return (
|
||||
<html lang="pt">
|
||||
<body>{children}</body>
|
||||
</html>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user