mirror of
https://github.com/revanced/revanced-website.git
synced 2025-06-10 04:15:42 +02:00
9 lines
237 B
Svelte
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>
|