calcom/apps/web/components/ui/Button.tsx
Omar López 95b3397e42
Add ui package for reusable components (#1916)
* Add ui package for reusable components

* Add fallback

* Type fixes

* Type fixes

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-21 09:41:25 -07:00

3 lines
154 B
TypeScript

// TODO: Remove this file once every Button is imported from `@calcom/ui`
export * from "@calcom/ui/Button";
export { default } from "@calcom/ui/Button";