From b54b21224887cd78b79674cc10f5849423229703 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Tue, 26 May 2020 11:55:00 +0300 Subject: [PATCH] Update Ocean.ts --- src/ocean/Ocean.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ocean/Ocean.ts b/src/ocean/Ocean.ts index 2dd6a47a..9124a27d 100644 --- a/src/ocean/Ocean.ts +++ b/src/ocean/Ocean.ts @@ -1,6 +1,6 @@ import { OceanAccounts } from './OceanAccounts' -import { OceanAssets } from './OceanAssets' +import { Assets } from './Assets' import { OceanAuth } from './OceanAuth' import { OceanCompute } from './OceanCompute'