allof-space/src/routes/hub/+page.svelte
2022-10-06 18:00:27 -04:00

9 lines
157 B
Svelte

<script>
import Hub from '$lib/components/Hub.svelte';
</script>
<Hub>
<h1><div class='button-section sbig'>
Explore
</div></h1>
</Hub>