Loading preview...
import { VibrateIcon } from "@/components/ui/vibrate" const Demo = () => { return ( <VibrateIcon /> ) } export default { Demo }