boredgame/src/lib/components/WishlistButton.svelte

9 lines
159 B
Svelte
Raw Normal View History

<script lang="ts">
import Button from "./ui/button/Button.svelte";
</script>
<Button type="submit">Add to wishlist</Button>
<style lang="postcss">
</style>