backend: initial
This commit is contained in:
parent
e5932844e2
commit
b62f6d87c7
33 changed files with 59 additions and 15 deletions
7
frontend/src/lib/components/img_button.svelte
Normal file
7
frontend/src/lib/components/img_button.svelte
Normal file
|
@ -0,0 +1,7 @@
|
|||
<script>
|
||||
let { style, image, name } = $props();
|
||||
</script>
|
||||
|
||||
<div class="imgbutton {style}">
|
||||
<img src={image} alt={name}>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue