import { SoonPill } from "@/ui/display/pill/components/SoonPill"; export const MyComponent = () => { return <SoonPill />; };
Was this page helpful?