--- interface Props { title: string; } const { title } = Astro.props; import "../styles/main.css"; ---