Skip to content

Commit

Permalink
fix: import types explicitly in calcFees to mollify typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed May 24, 2022
1 parent 2da6a1e commit 7b04a60
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import {
makeRatio,
} from '@agoric/zoe/src/contractSupport/ratio.js';

import './types.js';
import './internal-types.js';

import { BASIS_POINTS } from './defaults.js';

const { details: X } = assert;
Expand Down

0 comments on commit 7b04a60

Please sign in to comment.