We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc714f commit d8599c8Copy full SHA for d8599c8
sites/svelte.dev/src/routes/+page.svelte
@@ -1,14 +1,10 @@
1
<script>
2
import { Blurb } from '@sveltejs/site-kit/components';
3
- import { theme } from '@sveltejs/site-kit/stores';
4
import Demo from './_components/Demo.svelte';
5
import Hero from './_components/Hero.svelte';
6
- import Image from './_components/Image.svelte';
7
import Supporters from './_components/Supporters/index.svelte';
8
import Try from './_components/Try.svelte';
9
import WhosUsingSvelte from './_components/WhosUsingSvelte/index.svelte';
10
- import CollectiveDark from './svelte-collective-dark.png?big-image';
11
- import CollectiveLight from './svelte-collective-light.png?big-image';
12
</script>
13
14
<svelte:head>
0 commit comments