mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-03 12:34:08 +00:00
5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
import github from './github';
|
|
import gitlab from './gitlab';
|
|
|
|
export { github, gitlab };
|