We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd6531 commit 0fe31deCopy full SHA for 0fe31de
src/environment.ts
@@ -1,4 +1,4 @@
1
-import { IBackendApi, IIterStorage, IQuerier, IStorage } from 'backend';
+import { IBackendApi, IIterStorage, IQuerier, IStorage } from './backend';
2
3
export interface IEnvironment {
4
call_function(name: string, args: object[]): object;
0 commit comments