From bcf715df7a0604813d3569dfae35a6f7c55ac381 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Wed, 7 Jul 2021 15:46:02 -0500 Subject: chore: update starter with magic comments --- examples/starter/src/pages/index.astro | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'examples/starter/src') diff --git a/examples/starter/src/pages/index.astro b/examples/starter/src/pages/index.astro index 8b44f19ae..2e5832a3f 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'; + + + -- cgit v1.2.3