We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6810968 commit 9e3b1baCopy full SHA for 9e3b1ba
1 file changed
UIs/Landing/app/layout.tsx
@@ -18,11 +18,7 @@ export const viewport: Viewport = {
18
themeColor: '#ed214d',
19
}
20
21
-export default function RootLayout({
22
- children,
23
-}: Readonly<{
24
- children: React.ReactNode
25
-}>) {
+export default function RootLayout({ children }: Readonly<{ children: React.ReactNode }>) {
26
return (
27
<html lang="pt-BR">
28
<body className={`${_inter.variable} ${_spaceGrotesk.variable} font-sans antialiased`} suppressHydrationWarning>
0 commit comments