Fix a generate

This commit is contained in:
Marco Santos
2025-07-24 11:40:08 +01:00
parent be3085ce15
commit b25a39df8c
11 changed files with 144 additions and 164 deletions

View File

@@ -1,7 +1,6 @@
// components/layout/Layout.tsx
import Footer from './Footer';
import Header from './Header';
import { useTheme } from "../context/ThemeContext"; // caminho conforme a tua estrutura
export const Layout = ({ children }: { children: React.ReactNode }) => {