We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8debcb commit 5c2db95Copy full SHA for 5c2db95
src/entities/DividendsModule.ts
@@ -1,7 +1,7 @@
1
import { Polymath } from '../Polymath';
2
import { Entity } from './Entity';
3
-import { unserialize } from '~/utils';
4
-import { DividendModuleTypes } from '~/types';
+import { unserialize } from '../utils';
+import { DividendModuleTypes } from '../types';
5
6
export interface UniqueIdentifiers {
7
securityTokenSymbol: string;
0 commit comments