import { Database, Plus } from "lucide-react";
import type { DatasetChoiceStepProps } from "./types";
export function DatasetChoiceStep(props: DatasetChoiceStepProps) {
const { onSelectMode } = props;
return (
{/* Existing Dataset Card */}
{/* New Dataset Card */}
);
}