1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

refactor src/index file

This commit is contained in:
Miquel A. Cabot 2022-06-03 13:56:50 +02:00
parent 96f98cfab3
commit 7e183119f1

View File

@ -1,5 +1,5 @@
export * from './@types'
export * from './services'
export * from './contracts'
export * from './config'
export * from './contracts'
export * from './services'
export * from './utils'