From d25a7f1a8bb3a39331d87cf5e0057f5c88c58ac8 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 23 Sep 2024 16:22:22 +0200 Subject: Move fathom to root --- app/layout.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/layout.tsx') diff --git a/app/layout.tsx b/app/layout.tsx index c3a6d1d..061f9da 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,6 +1,7 @@ import type { Metadata } from "next"; import localFont from "next/font/local"; import "./globals.css"; +import Fathom from "./components/Fathom"; const geistSans = localFont({ src: "./fonts/GeistVF.woff", @@ -28,6 +29,7 @@ export default function RootLayout({
+