frontend: containers refactor
This commit is contained in:
parent
5be65229f4
commit
09c0f12692
11 changed files with 126 additions and 72 deletions
9
frontend/src/lib/components/containers/files.svelte
Normal file
9
frontend/src/lib/components/containers/files.svelte
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue