Loading preview...
import { IconPicker } from "@/components/ui/icon-picker" const Demo = () => { return ( <IconPicker /> ) } export default { Demo }