Skip to content

Commit

Permalink
fix(api-client): Fixed broken export
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Sep 5, 2024
1 parent 1307604 commit 096df2c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/api-client/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import EnvironmentController from './controllers/environment/environment'
import EnvironmentController from './controllers/environment'
import SecretController from './controllers/secret'
import EventController from './controllers/event'

export { EnvironmentController }
export { EnvironmentController, SecretController, EventController }

0 comments on commit 096df2c

Please sign in to comment.