Explorar el Código

test build

tags/Baseline_30082024_FRONTEND_UAT
MSI\User hace 1 año
padre
commit
f78343649c
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. +1
    -3
      src/app/(main)/dashboard/page.tsx

+ 1
- 3
src/app/(main)/dashboard/page.tsx Ver fichero

@@ -15,9 +15,7 @@ export const metadata: Metadata = {
const Dashboard: React.FC = () => {

return (
<I18nProvider namespaces={["dashboard"]}>
{/* <DashboardPage /> */}
</I18nProvider>
<div>test</div>
);
};



Cargando…
Cancelar
Guardar