mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +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,
|
DropdownMenuSeparator,
|
||||||
DropdownMenuTrigger,
|
DropdownMenuTrigger,
|
||||||
} from "@rallly/ui/dropdown-menu";
|
} from "@rallly/ui/dropdown-menu";
|
||||||
|
import { Analytics } from "@vercel/analytics/react";
|
||||||
import { ChevronRightIcon, MenuIcon } from "lucide-react";
|
import { ChevronRightIcon, MenuIcon } from "lucide-react";
|
||||||
import { Viewport } from "next";
|
import { Viewport } from "next";
|
||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
|
@ -151,6 +152,7 @@ export default async function Root({
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</I18nProvider>
|
</I18nProvider>
|
||||||
|
<Analytics />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue