Update layout.tsx

This commit is contained in:
MacRimi 2025-02-13 22:19:02 +01:00 committed by GitHub
parent 3d29740857
commit 78410a67a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,4 +21,3 @@ export default function RootLayout({ children }: { children: React.ReactNode })
</html>
)
}