Skip to content

Commit

Permalink
Merge pull request #14 from janhq/fix/engine-page-export
Browse files Browse the repository at this point in the history
fix: missing engine page module export
  • Loading branch information
louis-jan authored Jul 24, 2024
2 parents bfdbafb + 2b791d7 commit fbc6bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ export {
export { Model, ModelDeleted, ModelsPage, Models } from './models';
export { Moderation, ModerationCreateResponse, ModerationCreateParams, Moderations } from './moderations';

export { Engine, Engines } from './engines';
export { Engine, Engines, EnginesPage } from './engines';

0 comments on commit fbc6bb7

Please sign in to comment.