blob: b4fd1fe09cc47224ee4dbe8bb84e15f38405fddb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<script>
import Landing from "$lib/Landing.svelte";
import LandingHero from "$lib/LandingHero.svelte";
import Spacer from "$lib/Layout/Spacer.svelte";
</script>
<LandingHero />
<Spacer />
<Landing />
|