From 3579261ffb4e27f4d65b223fb8aa399848c20d12 Mon Sep 17 00:00:00 2001 From: Noemi Frisina Date: Fri, 10 Oct 2025 14:42:52 +0100 Subject: [PATCH 01/19] Add starting page and route for JF rotations --- src/App.tsx | 4 ++++ src/routes/JungfrauRotation.tsx | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 src/routes/JungfrauRotation.tsx diff --git a/src/App.tsx b/src/App.tsx index bb65e9f..6aa3f6b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,6 +6,7 @@ import { BeamlineI24 } from "./routes/BeamlineI24"; import { FixedTarget } from "./routes/FixedTarget"; import { SerialNavBar } from "./components/SerialNavBar"; import { Extruder } from "./routes/Extruder"; +import { JfRotation } from "./routes/JungfrauRotation"; function App() { const theme = useTheme(); @@ -31,6 +32,9 @@ function App() { + + +