Skip to content

Commit

Permalink
feat: add to test vercel analitycs (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsdonato authored Jan 26, 2024
1 parent 36282ab commit 35e2191
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { Metadata } from 'next'
import { Analytics } from '@vercel/analytics/react';

import Navbar from '@/components/navbar/navbar'
import { SidebarMenu } from '@/components/sidebar-menu/sidebar-menu'
Expand Down Expand Up @@ -28,6 +29,7 @@ export default function RootLayout({
<SidebarMenu className='' />
<main className='p-4 lg:col-span-5'>{children}</main>
</div>
<Analytics />
</body>
</html>
)
Expand Down
14 changes: 14 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 @@ -16,6 +16,7 @@
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@vercel/analytics": "^1.1.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"next": "14.0.4",
Expand Down

0 comments on commit 35e2191

Please sign in to comment.