9 lines
237 B
Svelte

<script>
// import Button from "$lib/components/atoms/Button.svelte";
</script>
<div class="wrapper">
<!-- <Button icon="download" kind="primary">Download Manager v0.0.32</Button>
<Button>Are you a nerd?</Button> -->
</div>