--- import Terminal from "./Terminal.astro"; interface Props { name: string; } const { name } = Astro.props; ---