Skip to content

Commit 5c2db95

Browse files
committed
fix: remove root import
1 parent a8debcb commit 5c2db95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/entities/DividendsModule.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Polymath } from '../Polymath';
22
import { Entity } from './Entity';
3-
import { unserialize } from '~/utils';
4-
import { DividendModuleTypes } from '~/types';
3+
import { unserialize } from '../utils';
4+
import { DividendModuleTypes } from '../types';
55

66
export interface UniqueIdentifiers {
77
securityTokenSymbol: string;

0 commit comments

Comments
 (0)