Skip to content

Commit

Permalink
analytics setup completed
Browse files Browse the repository at this point in the history
  • Loading branch information
aayank13 committed Jan 4, 2025
1 parent 7f5d53c commit ce7a932
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type { Metadata } from "next";
import "./globals.css";
import { ThemeProvider } from "@/context/ThemeContext";
import { Analytics } from "@vercel/analytics/react"

export const metadata: Metadata = {
title: "ML4E - Machine Learning for Everyone",
Expand All @@ -19,6 +20,7 @@ export default function RootLayout({
<ThemeProvider>
{children}
</ThemeProvider>
<Analytics />
</body>
</html>
);
Expand Down
38 changes: 38 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@tabler/icons-react": "^3.26.0",
"@vercel/analytics": "^1.4.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cobe": "^0.6.3",
Expand Down

0 comments on commit ce7a932

Please sign in to comment.