Rename files

This commit is contained in:
Guilherme Werner 2025-05-17 11:11:08 -03:00
parent 70cb6c6bc9
commit 6b3873dae1
7 changed files with 15 additions and 19 deletions

View file

@ -22,9 +22,9 @@ export {
TribufuApiSingleton,
};
export * from "./api/api.base";
export * from "./api/api.generated";
export * from "./api/api.include";
export * from "./api/base";
export * from "./api/generated";
export * from "./api/include";
export * from "./api/index";
export * from "./api/singletion";
export * from "./http/headers";