import { Explorer } from '@/ui/Partials'; import { Spacer } from 'ohmy-ui'; interface ExploreStepProps { dataset: { id: string }; } export default function ExploreStep({ dataset }: ExploreStepProps) { return ( ) }