diff --git a/examples/starter/src/pages/index.astro b/examples/starter/src/pages/index.astro index 8b44f19ae6..2e5832a3f0 100644 --- a/examples/starter/src/pages/index.astro +++ b/examples/starter/src/pages/index.astro @@ -1,6 +1,8 @@ --- // Component Imports import Tour from '../components/Tour.astro'; +// You can import components from any supported Framework here! +/* ASTRO:COMPONENT_IMPORTS */ // Component Script: // You can write any JavaScript/TypeScript that you'd like here. @@ -39,6 +41,16 @@ let title = 'My Astro Site'; + + +