diff options
| author | Yuval Adam <_@yuv.al> | 2024-09-23 16:22:22 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-09-23 16:22:22 +0200 |
| commit | d25a7f1a8bb3a39331d87cf5e0057f5c88c58ac8 (patch) | |
| tree | 42e17c9c3e56052f1609ad57f7787493b616de67 /app/components | |
| parent | 25799e446197c238989cc748e0bd7f350a1d6d67 (diff) | |
Move fathom to root
Diffstat (limited to 'app/components')
| -rw-r--r-- | app/components/Geshem.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
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 ( <> - <Fathom /> <Map images={images} slider={slider} /> <DateTime images={images} slider={slider} /> <Slider slider={slider} playback={fragment} setSlider={setSlider} /> |
