1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

fix build

This commit is contained in:
Bogdan Fazakas 2022-04-28 14:43:02 +03:00
parent 787588f20b
commit 09fcd6ac30

View File

@ -8,7 +8,9 @@ import {
ComputeAsset,
ZERO_ADDRESS,
ComputeEnvironment,
LoggerInstance
LoggerInstance,
ComputeAlgorithm,
ComputeOutput
} from '@oceanprotocol/lib'
import { toast } from 'react-toastify'
import Price from '@shared/Price'