bugfix: imports were missing

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-03-11 08:43:57 +01:00
parent 96432bcb5b
commit 880816450c
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
<script>
import Histogram from '../../Components/Histogram.svelte';
import Notes from '../notes/RelatedNotes.svelte';
import { onMount } from 'svelte';
import { api, get } from '../../urls.svelte';
import { error, yikes } from '../../warn.svelte';