diff --git a/frontend/src/routes/stock/Index.svelte b/frontend/src/routes/stock/Index.svelte index 37d1dfb..f258c22 100644 --- a/frontend/src/routes/stock/Index.svelte +++ b/frontend/src/routes/stock/Index.svelte @@ -7,6 +7,7 @@ import Locations from './Locations.svelte'; import ItemList from './ItemList.svelte'; import ItemProps from './ItemProps.svelte'; + import Notes from '../notes/RelatedNotes.svelte'; let items = $derived.by(loadItems); @@ -83,4 +84,7 @@