Skip to content

Commit

Permalink
Ensure that json-api module is exported in base folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Oct 10, 2024
1 parent fe440b8 commit e908e24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/taco/src/conditions/base/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
// avoid circular dependency on Condition class.

export * as contract from './contract';
export * as jsonApi from './json-api';
export * as rpc from './rpc';
export * as time from './time';

0 comments on commit e908e24

Please sign in to comment.