import { GradientRow } from './GradientRow'; export const GradientPicker = () => { return ( <div> <GradientRow /> </div> ); };