plane/apps/app/components/ui/buttons/index.ts
Aaryan Khandelwal 5d67029b5a
feat: pages (#533)
* style: page details

* style: page blocks design

* chore: pages list end points

* feat: add blocks, push blocks to issues

* feat: page labels, color options

* feat: added labels to pages

* fix: update page mutation
2023-03-25 23:39:46 +05:30

5 lines
139 B
TypeScript

export * from "./danger-button";
export * from "./no-border-button";
export * from "./primary-button";
export * from "./secondary-button";