17 lines
277 B
JavaScript
17 lines
277 B
JavaScript
import "./globals.css";
|
|
|
|
export const metadata = {
|
|
title: "tarea geogebra",
|
|
description: "Generated by create next app",
|
|
};
|
|
|
|
export default function RootLayout({ children }) {
|
|
return (
|
|
<html lang="en">
|
|
<body>
|
|
{children}
|
|
</body>
|
|
</html>
|
|
);
|
|
}
|