feat: Mission Control dashboard for project management

This commit is contained in:
root
2026-02-16 11:22:06 +00:00
parent 11252e6520
commit 067be4d5a2
11 changed files with 552 additions and 21 deletions
+4 -1
View File
@@ -1,4 +1,5 @@
import "./globals.css";
import { MissionControlProvider } from "@/lib/mission-control/store";
export const metadata = {
title: "SiteMente | Agencia de Implementación de IA",
@@ -14,7 +15,9 @@ export default function RootLayout({
return (
<html lang="es" suppressHydrationWarning>
<body className="bg-white" suppressHydrationWarning>
{children}
<MissionControlProvider>
{children}
</MissionControlProvider>
</body>
</html>
);