From e450585d37d3c93dc8029f31d4d1ef13b8be8203 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Wed, 26 Nov 2025 08:26:42 +0100 Subject: [PATCH] fixed bug: import was missing Signed-off-by: Stephan Richter --- frontend/src/routes/stock/Index.svelte | 1 - frontend/src/routes/stock/Locations.svelte | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/src/routes/stock/Index.svelte b/frontend/src/routes/stock/Index.svelte index c1c76f4..0ab9d87 100644 --- a/frontend/src/routes/stock/Index.svelte +++ b/frontend/src/routes/stock/Index.svelte @@ -145,7 +145,6 @@ error(res); return null; } - } async function loadProperties(){ diff --git a/frontend/src/routes/stock/Locations.svelte b/frontend/src/routes/stock/Locations.svelte index 9a51d24..09a97c6 100644 --- a/frontend/src/routes/stock/Locations.svelte +++ b/frontend/src/routes/stock/Locations.svelte @@ -1,7 +1,7 @@