summaryrefslogtreecommitdiff
path: root/examples/framework-alpine/src/pages/index.astro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-alpine/src/pages/index.astro')
-rw-r--r--examples/framework-alpine/src/pages/index.astro1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/framework-alpine/src/pages/index.astro b/examples/framework-alpine/src/pages/index.astro
index 7517f3eb4..26987837d 100644
--- a/examples/framework-alpine/src/pages/index.astro
+++ b/examples/framework-alpine/src/pages/index.astro
@@ -25,7 +25,6 @@ import Counter from "../components/Counter.astro";
<!-- Load AlpineJS on the page -->
<script>
import Alpine from "alpinejs";
- window.Alpine = Alpine;
Alpine.start();
</script>
</head>