Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Commit a9eef98

Browse files
feat: import from index
1 parent 095ce58 commit a9eef98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contract-helpers/src/umbrella/RewardsDistributor.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import {
44
gasLimitRecommendations,
55
makePair,
66
} from '../commons/utils';
7-
import { RewardsDistributorService } from './RewardsDistributor';
87
import { IRewardsDistributor__factory } from './typechain/IRewardsDistributor__factory';
8+
import { RewardsDistributorService } from './';
99

1010
describe('Umbrella Rewards distributor', () => {
1111
const { address: STAKE_TOKEN } = makePair('STAKE_TOKEN');

0 commit comments

Comments
 (0)