0
0
mirror of https://github.com/makeplane/plane synced 2024-06-14 14:31:34 +00:00
plane/web/components/custom-attributes/index.ts
2023-09-20 18:33:12 +05:30

11 lines
331 B
TypeScript

export * from "./attribute-display";
export * from "./attribute-forms";
export * from "./attributes-list";
export * from "./dropdowns";
export * from "./delete-object-modal";
export * from "./input";
export * from "./object-modal";
export * from "./objects-list";
export * from "./objects-select";
export * from "./single-object";