Files
Front_Sexualidad/app/layout.tsx
T
2025-03-12 15:15:59 -06:00

16 lines
221 B
TypeScript

export const metadata = {
title: 'Next.tsx',
description: 'Generated by Next.js'
}
export default function RootLayout({ children }) {
return(
<html lang="en">
<body>{children}</body>
</html>
)
}