add spacing
All checks were successful
Deployment / Deploy website (push) Successful in 3m40s
Deployment / Deploy strapi (push) Successful in 2m51s

This commit is contained in:
Benjamin Palko 2025-06-20 10:58:25 -04:00
parent 86779752c3
commit 4b7923a358

View file

@ -2,4 +2,6 @@
import Wip from '$lib/components/WIP.svelte'; import Wip from '$lib/components/WIP.svelte';
</script> </script>
<div class="h-full p-8">
<Wip /> <Wip />
</div>