mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
9 lines
No EOL
159 B
Svelte
9 lines
No EOL
159 B
Svelte
<script lang="ts">
|
|
import { Button } from '$components/ui/button';
|
|
</script>
|
|
|
|
<Button type="submit">Add to wishlist</Button>
|
|
|
|
<style lang="postcss">
|
|
|
|
</style> |