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

13 lines
253 B
TypeScript
Raw Normal View History

// layout
export * from "./delete-import-modal";
export * from "./guide";
export * from "./single-import";
export * from "./single-integration-card";
2023-04-07 07:57:57 +00:00
// github
export * from "./github";
// jira
export * from "./jira";
// slack
export * from "./slack";