fix(core): removed unnecessary import

This commit is contained in:
teidesu 2022-05-11 13:17:39 +03:00
parent 0a217108ba
commit 96300a795e

View file

@ -1,5 +1,4 @@
import { MemoryStorage } from './memory' import { MemoryStorage } from './memory'
import bigInt from 'big-integer'
import { longFromFastString, longToFastString } from '../utils' import { longFromFastString, longToFastString } from '../utils'
/** /**