interface Props { session: { id: string } onReview: () => void onCancel: () => void } export default function ImportBanner({ session, onReview, onCancel }: Props) { return (