mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
c9d8a8dbd1
* chore: github importer first step completed * refactor: github importer code refactored * chore: github importer functionality completed * fix: import data step saved data
17 lines
449 B
TypeScript
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";
|