From 442847dc1db332f71a568f8c178428d7623d4387 Mon Sep 17 00:00:00 2001 From: andyk Date: Fri, 6 Nov 2020 17:18:13 +0300 Subject: [PATCH] fix types issue --- helpers/types.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/helpers/types.ts b/helpers/types.ts index e1124117..df6f4afc 100644 --- a/helpers/types.ts +++ b/helpers/types.ts @@ -1,6 +1,4 @@ import BigNumber from 'bignumber.js'; -import {MockTokenMap} from './contracts-helpers'; -import {UiPoolDataProviderFactory} from '../types'; export interface SymbolMap { [symbol: string]: T;