mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
update imports
This commit is contained in:
parent
0ce31d79f2
commit
1235d48461
@ -20,6 +20,6 @@ export {
|
||||
OceanPlatformTech,
|
||||
OceanPlatformKeeperTech,
|
||||
OceanPlatformVersions
|
||||
} from './ocean/OceanVersions'
|
||||
} from './ocean/Versions'
|
||||
|
||||
export { Ocean, Account, Config, DID, Logger, Aquarius, DataTokens, utils }
|
||||
|
@ -5,7 +5,7 @@ import { OceanAuth } from './OceanAuth'
|
||||
import { OceanCompute } from './OceanCompute'
|
||||
|
||||
import { OceanTokens } from './OceanTokens'
|
||||
import { OceanVersions } from './OceanVersions'
|
||||
import { OceanVersions } from './Versions'
|
||||
import { OceanUtils } from './utils/OceanUtils'
|
||||
|
||||
import { Aquarius } from '../aquarius/Aquarius'
|
||||
|
Loading…
x
Reference in New Issue
Block a user