--- import { HistoryList } from './HistoryList'; interface Props { station: string; } const { station } = Astro.props; ---