aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-react/src/pages/index.astro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-react/src/pages/index.astro')
-rw-r--r--examples/framework-react/src/pages/index.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-react/src/pages/index.astro b/examples/framework-react/src/pages/index.astro
index 39a15a797..8f3142393 100644
--- a/examples/framework-react/src/pages/index.astro
+++ b/examples/framework-react/src/pages/index.astro
@@ -1,6 +1,6 @@
---
// Component Imports
-import Counter from '../components/Counter.jsx';
+import Counter from "../components/Counter.jsx";
const someProps = {
count: 0,
};