allof-space/src/routes/hub/+page.svelte

10 lines
157 B
Svelte
Raw Normal View History

2022-10-06 18:00:27 -04:00
<script>
import Hub from '$lib/components/Hub.svelte';
</script>
<Hub>
<h1><div class='button-section sbig'>
Explore
</div></h1>
</Hub>