plane/apps/app/components/integration/index.ts
Aaryan Khandelwal c9d8a8dbd1
feat: github importer (#722)
* chore: github importer first step completed

* refactor: github importer code refactored

* chore: github importer functionality completed

* fix: import data step saved data
2023-04-06 00:51:15 +05:30

17 lines
449 B
TypeScript

// layout
export * from "./guide";
// github integration
// authenticate
export * from "./github/auth";
// layout
export * from "./github/root";
// components
export * from "./github/import-configure";
export * from "./github/import-data";
export * from "./github/repo-details";
export * from "./github/import-users";
export * from "./github/import-confirm";
export * from "./github/select-repository";
export * from "./github/single-user-select";