From 09fcd6ac3061fa77ea9ef85cea633f84071e7ec8 Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Thu, 28 Apr 2022 14:43:02 +0300 Subject: [PATCH] fix build --- src/components/Asset/AssetActions/Compute/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Asset/AssetActions/Compute/index.tsx b/src/components/Asset/AssetActions/Compute/index.tsx index 95d5f6f15..1e5df7808 100644 --- a/src/components/Asset/AssetActions/Compute/index.tsx +++ b/src/components/Asset/AssetActions/Compute/index.tsx @@ -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'