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

rename Erc721.ts to NFT.ts

This commit is contained in:
Miquel A. Cabot 2022-06-10 10:22:52 +02:00
parent ec6027b78b
commit 8f76167a28
2 changed files with 1 additions and 1 deletions

View File

@ -8,9 +8,9 @@ export * from './Compute'
export * from './Dispenser'
export * from './DownloadResponse'
export * from './Erc20'
export * from './Erc721'
export * from './FileMetadata'
export * from './FixedPrice'
export * from './NFT'
export * from './NFTFactory'
export * from './Pool'
export * from './Provider'