Skip to content

Commit

Permalink
Fix broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Wilson committed Sep 2, 2022
1 parent 1fd6531 commit 0fe31de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environment.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 0fe31de

Please sign in to comment.