mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-28 04:59:29 +00:00
5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
import github from './github';
|
|
import gitlab from './gitlab';
|
|
|
|
export { github, gitlab };
|