chore: add analytics

This commit is contained in:
Stevan Freeborn
2023-04-26 07:37:26 -05:00
parent 0ab2059e3b
commit a338b50ac5
3 changed files with 18 additions and 0 deletions
+2
View File
@@ -1,3 +1,4 @@
import { Analytics } from '@vercel/analytics/react';
import { ReactNode } from 'react';
import './globals.css';
import { ThemeContextProvider } from './theme';
@@ -31,6 +32,7 @@ export default function RootLayout({
<ThemeContextProvider>
{children}
</ThemeContextProvider>
<Analytics />
</body>
</html>
);