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/components/Geshem.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/components') diff --git a/app/components/Geshem.tsx b/app/components/Geshem.tsx index ba5f65c..f482b9d 100644 --- a/app/components/Geshem.tsx +++ b/app/components/Geshem.tsx @@ -5,7 +5,6 @@ import React, { useState, useEffect } from "react"; 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"; @@ -75,7 +74,6 @@ export function Geshem() { return ( <> - -- cgit v1.3.1