-
-
-
- Get started by editing{" "}
-
- app/page.js -
- . -
- - Save and see your changes instantly. -
diff --git a/app/cuadrados.js b/app/cuadrados.js new file mode 100644 index 0000000..0a971b1 --- /dev/null +++ b/app/cuadrados.js @@ -0,0 +1,12 @@ +const Cuadrado =({valor, alHcerClick})=> { + return( + + ) +} + +export default Cuadrado \ No newline at end of file diff --git a/app/layout.js b/app/layout.js index 9800bf8..9164a11 100644 --- a/app/layout.js +++ b/app/layout.js @@ -1,30 +1,10 @@ -import localFont from "next/font/local"; -import "./globals.css"; +import Tablero from "./tablero" -const geistSans = localFont({ - src: "./fonts/GeistVF.woff", - variable: "--font-geist-sans", - weight: "100 900", -}); -const geistMono = localFont({ - src: "./fonts/GeistMonoVF.woff", - variable: "--font-geist-mono", - weight: "100 900", -}); - -export const metadata = { - title: "Create Next App", - description: "Generated by create next app", -}; - -export default function RootLayout({ children }) { - return ( - -
- {children} - - - ); +const totito=()=>{ + return( +
- app/page.js
-
- .
-