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