1 2 3 4 5 6 7 8
--- import { Welcome } from 'astro:components'; import Layout from '../layouts/Layout.astro'; --- <Layout> <Welcome title="Welcome to Astro" /> </Layout>