Skip to content

Commit

Permalink
🔀 merge(index.ts): add exports for frontend API and configuration mod…
Browse files Browse the repository at this point in the history
…ules to improve code organization and reusability
  • Loading branch information
sam-corbado committed Jan 29, 2024
1 parent bffd219 commit b13211e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/generated/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@

export * from './backendApi/api.js';
export * from './backendApi/configuration.js';
export * as frontendAPI from './frontendApi/api.js';
export * as frontendConfiguration from './frontendApi/configuration.js';

0 comments on commit b13211e

Please sign in to comment.