Migrate to a monorepo structure (#2909)
This commit is contained in:
5
packages/twenty-docs/src/ui/display/soonPillCode.js
Normal file
5
packages/twenty-docs/src/ui/display/soonPillCode.js
Normal file
@ -0,0 +1,5 @@
|
||||
import { SoonPill } from "@/ui/display/pill/components/SoonPill";
|
||||
|
||||
export const MyComponent = () => {
|
||||
return <SoonPill />;
|
||||
};
|
||||
Reference in New Issue
Block a user