fix: remove reference to download selector

This commit is contained in:
afn 2022-10-12 23:39:20 -04:00
parent bb3893c3e7
commit d66c063789

View File

@ -1,7 +1,8 @@
<script> <script>
import DownloadSelectorHost from '$lib/components/molecules/DownloadSelectorHost.svelte'; // import Button from "$lib/components/atoms/Button.svelte";
</script> </script>
<div class="wrapper"> <div class="wrapper">
<DownloadSelectorHost></DownloadSelectorHost> <!-- <Button icon="download" kind="primary">Download Manager v0.0.32</Button>
<Button>Are you a nerd?</Button> -->
</div> </div>