File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import { cn } from "@/lib/utils";
7
7
import { ModalProvider } from "@/components/providers/modal-provider" ;
8
8
import { SocketProvider } from "@/components/providers/socket-provider" ;
9
9
import { QueryProvider } from "@/components/providers/query-provider" ;
10
+ import { Analytics } from "@vercel/analytics/react"
10
11
11
12
const font = Open_Sans ( { subsets : [ "latin" ] } ) ;
12
13
@@ -35,6 +36,7 @@ export default function RootLayout({
35
36
< QueryProvider > { children } </ QueryProvider >
36
37
</ SocketProvider >
37
38
</ ThemeProvider >
39
+ < Analytics />
38
40
</ body >
39
41
</ html >
40
42
</ ClerkProvider >
Original file line number Diff line number Diff line change 28
28
"@radix-ui/react-tooltip" : " ^1.0.7" ,
29
29
"@tanstack/react-query" : " ^4.33.0" ,
30
30
"@uploadthing/react" : " ^5.6.2" ,
31
+ "@vercel/analytics" : " ^1.4.1" ,
31
32
"axios" : " ^1.5.1" ,
32
33
"class-variance-authority" : " ^0.7.0" ,
33
34
"clsx" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments