import { Checkbox } from '@/components/ui'; export const TutorialStep = ({ title, children, }: { title: string; children: React.ReactNode; }) => { return (