From 25799e446197c238989cc748e0bd7f350a1d6d67 Mon Sep 17 00:00:00 2001
From: Yuval Adam <_@yuv.al>
Date: Mon, 23 Sep 2024 16:20:18 +0200
Subject: Add fathom analytics client
---
app/components/Geshem.tsx | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
(limited to 'app/components/Geshem.tsx')
diff --git a/app/components/Geshem.tsx b/app/components/Geshem.tsx
index ba67b34..ba5f65c 100644
--- a/app/components/Geshem.tsx
+++ b/app/components/Geshem.tsx
@@ -1,11 +1,12 @@
"use client"
import React, { useState, useEffect } from "react";
-// import { BrowserRouter, Route, Routes } from "react-router-dom";
import { Map } from "./Map";
import { Slider } from "./Slider";
import { DateTime } from "./Datetime";
+import Fathom from "./Fathom";
+
import { IMAGES_BASE_URL, PLAYBACK_HOURS, PLAYBACK_SLOTS } from "./config";
import "rc-slider/assets/index.css";
@@ -74,6 +75,7 @@ export function Geshem() {
return (
<>
+
--
cgit v1.3.1