frontend: containers refactor

This commit is contained in:
OleSTEEP 2025-10-13 21:40:31 +03:00
parent 5be65229f4
commit 09c0f12692
11 changed files with 126 additions and 72 deletions

View file

@ -0,0 +1,9 @@
<script>
import File from '$lib/components/file.svelte';
import AddButton from '$lib/components/add_button.svelte';
</script>
<div class="input rounded">
<File />
<AddButton type="file"/>
</div>