preparing stock module
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
14
frontend/src/routes/stock/ItemList.svelte
Normal file
14
frontend/src/routes/stock/ItemList.svelte
Normal file
@@ -0,0 +1,14 @@
|
||||
<script>
|
||||
import { t } from '../../translations.svelte';
|
||||
</script>
|
||||
<ul>
|
||||
<li>
|
||||
<button>
|
||||
<span></span>
|
||||
{t('add_object',{object:'item'})}
|
||||
</button>
|
||||
</li>
|
||||
<li>Item 1</li>
|
||||
<li>Item 2</li>
|
||||
<li>Item 3</li>
|
||||
</ul>
|
||||
Reference in New Issue
Block a user