forked from github/plane
2f2caaaf6e
* Dev: Github integration with issues and layout integration * dev: Github Integration route and UI configuration
15 lines
347 B
TypeScript
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";
|