This commit is contained in:
Fred Boniface
2023-07-03 23:08:43 +01:00
parent 475746300e
commit 9729cc6c77
3 changed files with 4 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
export let station = "";
export let title = "Loading...";
import { onMount } from 'svelte'
import StaffTrainDetail from '$lib/ldb/staff-train-detail.svelte';
import Loading from '$lib/navigation/loading.svelte';
import Nav from '$lib/navigation/nav.svelte';
import { uuid } from '$lib/stores/uuid';

View File