plane/apps/app/components/integration/index.ts
guru_sainath 2f2caaaf6e
Feat: Github importer to sync issues, users, and labels with workspace projects. (#509)
* Dev: Github integration with issues and layout integration

* dev: Github Integration route and UI configuration
2023-03-23 23:27:11 +05:30

15 lines
347 B
TypeScript

// layout
export * from "./guide";
// github integration
// authenticate
export * from "./github/auth";
// layout
export * from "./github/root";
// components
export * from "./github/configure";
export * from "./github/import-data";
export * from "./github/issues-select";
export * from "./github/users-select";
export * from "./github/confirm";