"use client" import { ThemeProvider } from "@emotion/react"; import { buildTheme } from "../infraestructure/theme"; import Layout from "../infraestructure/layout"; import Body from "../Components/Body"; import { SnackbarProvider } from "notistack"; export default function Home() { return ( <> ); }