fix: import fixes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Transaction from 'arweave/node/lib/transaction';
|
||||
import { Warp } from 'core/Warp';
|
||||
import { Warp } from '../core/Warp';
|
||||
import { ArWallet } from './deploy/CreateContract';
|
||||
|
||||
export type SigningFunction = (tx: Transaction) => Promise<void>;
|
||||
|
||||
@@ -11,7 +11,7 @@ import { GW_TYPE } from '../InteractionsLoader';
|
||||
import { TagsParser } from './TagsParser';
|
||||
import { WasmSrc } from './wasm/WasmSrc';
|
||||
import { WarpEnvironment } from '../../Warp';
|
||||
import { SortKeyCache } from 'cache/SortKeyCache';
|
||||
import { SortKeyCache } from '../../../cache/SortKeyCache';
|
||||
|
||||
const supportedSrcContentTypes = ['application/javascript', 'application/wasm'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user