--- // Your component script here! import Banner from '../components/Banner.astro'; import ReactPokemonComponent from '../components/ReactPokemonComponent.jsx'; const myFavoritePokemon = [/* ... */]; const { title } = Astro.props; --- {/* JS comment syntax is also valid! */}

Hello, world!

{title}