aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-svelte/src/pages/index.astro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-svelte/src/pages/index.astro')
-rw-r--r--examples/framework-svelte/src/pages/index.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-svelte/src/pages/index.astro b/examples/framework-svelte/src/pages/index.astro
index 2cc0fed69..4c0146057 100644
--- a/examples/framework-svelte/src/pages/index.astro
+++ b/examples/framework-svelte/src/pages/index.astro
@@ -1,6 +1,6 @@
---
// Component Imports
-import Counter from '../components/Counter.svelte';
+import Counter from "../components/Counter.svelte";
// Full Astro Component Syntax:
// https://docs.astro.build/core-concepts/astro-components/