aboutsummaryrefslogtreecommitdiff
path: root/src/routes/welcome
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/welcome')
-rw-r--r--src/routes/welcome/+page.svelte6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/routes/welcome/+page.svelte b/src/routes/welcome/+page.svelte
index 3e15ab26..6ce83737 100644
--- a/src/routes/welcome/+page.svelte
+++ b/src/routes/welcome/+page.svelte
@@ -1,7 +1,7 @@
<script>
- import Landing from '$lib/Landing.svelte';
- import LandingHero from '$lib/LandingHero.svelte';
- import Spacer from '$lib/Layout/Spacer.svelte';
+import Landing from '$lib/Landing.svelte';
+import LandingHero from '$lib/LandingHero.svelte';
+import Spacer from '$lib/Layout/Spacer.svelte';
</script>
<LandingHero />