mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 18:10:39 +09:00
6 lines
186 B
TypeScript
6 lines
186 B
TypeScript
|
|
export { api } from "./client";
|
||
|
|
export { agentsApi } from "./agents";
|
||
|
|
export { projectsApi } from "./projects";
|
||
|
|
export { issuesApi } from "./issues";
|
||
|
|
export { goalsApi } from "./goals";
|