feat: add analytics

This commit is contained in:
Andreas Thomas 2023-03-28 20:07:17 +02:00
parent 5b8d2abc61
commit 8b8cb735cd
No known key found for this signature in database

View File

@ -2,7 +2,7 @@ import "../global.css";
import { Inter } from "@next/font/google";
import LocalFont from "@next/font/local";
import { Metadata } from "next";
import { Analytics } from "@components/analytics";
import { Analytics } from "./components/analytics";
export const metadata: Metadata = {