diff --git a/app/layout.tsx b/app/layout.tsx index 8c57b9c..a59f053 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,6 +1,8 @@ import type { Metadata, Viewport } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; +import { GoogleOAuthProvider } from "@react-oauth/google"; +import { ThemeProvider } from 'next-themes' const inter = Inter({ variable: "--font-inter", @@ -36,12 +38,20 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - -
- {children} + // Remova o style={{ colorScheme: 'light' }} daqui, + // pois o Next.js tem dificuldade em hidratar estilos inline no + + +Usa a tua conta TVone.
++ Não tens conta?{" "} + + Cria uma agora. + +
+