From abf9aa475b62ead1bfa185c39f8934fba508f9d8 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Wed, 17 Mar 2021 17:53:36 +0100 Subject: [PATCH] Now routing scan detail ref #92 --- src/App.svelte | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 87dbb58d..335b2a7f 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -73,6 +73,7 @@ import ScanStations from "./components/scanstations/ScanStations.svelte"; import ScanStationDetail from "./components/scanstations/ScanStationDetail.svelte"; import Scans from "./components/scans/Scans.svelte"; +import ScanDetail from "./components/scans/ScanDetail.svelte"; store.init(); registerSW(); @@ -188,9 +189,9 @@ - + + +