export default function ScenarioSelector({ onReset, }: { onReset: () => void; }) { return (

Scenario Selector

); }