0
0
mirror of https://github.com/makeplane/plane synced 2024-06-14 14:31:34 +00:00
plane/apps/app/components/ui/buttons/index.ts

4 lines
103 B
TypeScript
Raw Normal View History

2023-03-17 05:10:38 +00:00
export * from "./danger-button";
export * from "./primary-button";
export * from "./secondary-button";