mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 18:26:34 +02:00
📈 Add analytics
This commit is contained in:
parent
302495d3b5
commit
5b96ad8778
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ import {
|
|||
DropdownMenuSeparator,
|
||||
DropdownMenuTrigger,
|
||||
} from "@rallly/ui/dropdown-menu";
|
||||
import { Analytics } from "@vercel/analytics/react";
|
||||
import { ChevronRightIcon, MenuIcon } from "lucide-react";
|
||||
import { Viewport } from "next";
|
||||
import Image from "next/image";
|
||||
|
@ -151,6 +152,7 @@ export default async function Root({
|
|||
</footer>
|
||||
</div>
|
||||
</I18nProvider>
|
||||
<Analytics />
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue