--- import "simpledotcss/simple.min.css"; import "../app.css"; interface Props { title: string; } const { title } = Astro.props; ---