interface NewSessionButtonProps { onClick: () => void; } export function NewSessionButton(props: NewSessionButtonProps) { return ( ); }