zhaoyingbo 3f220f7943
All checks were successful
CI Monitor CI/CD / build-image (push) Successful in 29s
CI Monitor CI/CD / deploy (push) Successful in 34s
style: 优化项目结构
2024-07-24 10:35:50 +00:00

15 lines
216 B
TypeScript

import badge from "./badge";
import commit from "./commit";
import pipeline from "./pipeline";
import project from "./project";
const gitlab = {
project,
badge,
commit,
pipeline,
};
export default gitlab;