diff options
Diffstat (limited to 'examples/framework-alpine/src')
-rw-r--r-- | examples/framework-alpine/src/pages/index.astro | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/framework-alpine/src/pages/index.astro b/examples/framework-alpine/src/pages/index.astro index 701ab551c..ecfc8499c 100644 --- a/examples/framework-alpine/src/pages/index.astro +++ b/examples/framework-alpine/src/pages/index.astro @@ -22,12 +22,6 @@ import Counter from '../components/Counter.astro'; padding: 2rem; } </style> - - <!-- Load AlpineJS on the page --> - <script> - import Alpine from 'alpinejs'; - Alpine.start(); - </script> </head> <body> <main> |