diff --git a/src/environment.ts b/src/environment.ts index 2b2038d..f4cbf15 100644 --- a/src/environment.ts +++ b/src/environment.ts @@ -1,4 +1,4 @@ -import { IBackendApi, IIterStorage, IQuerier, IStorage } from 'backend'; +import { IBackendApi, IIterStorage, IQuerier, IStorage } from './backend'; export interface IEnvironment { call_function(name: string, args: object[]): object;