chore(website): sneaky sneaky

This commit is contained in:
iCrawl
2023-03-24 00:30:14 +01:00
parent d284b8c64b
commit 71eba0e1b2
7 changed files with 24 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
import { Analytics } from '@vercel/analytics/react';
import type { Metadata } from 'next/types';
import type { PropsWithChildren } from 'react';
import { Providers } from './providers';
@@ -73,6 +74,7 @@ export default function RootLayout({ children }: PropsWithChildren) {
<html className={inter.variable} lang="en" suppressHydrationWarning>
<body className="dark:bg-dark-800 bg-white">
<Providers>{children}</Providers>
<Analytics />
</body>
</html>
);