--- import "bootstrap/dist/css/bootstrap.css"; export interface Props { title: string; } const { title } = Astro.props; ---