remove unused import

This commit is contained in:
jordansexton 2021-06-18 14:01:53 -05:00
parent e751324b2a
commit c2b1dc3ee9
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ import {
Reserve, Reserve,
ReserveParser, ReserveParser,
} from '../models'; } from '../models';
import { DexMarketParser } from '../models/dex';
import { usePrecacheMarket } from './market'; import { usePrecacheMarket } from './market';
const { useConnection } = contexts.Connection; const { useConnection } = contexts.Connection;