forked from mystiq/hydrogen-web
also call this -Path
This commit is contained in:
parent
d2eeaab5f5
commit
c1d20cb9f9
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
import downloadSandboxPath from "../../../assets/download-sandbox.html?url";
|
||||
import _downloadSandboxPath from "../../../assets/download-sandbox.html?url";
|
||||
import olmWasmPath from "../../../lib/olm/olm.wasm?url";
|
||||
import olmJsPath from "../../../lib/olm/olm.js?url";
|
||||
import olmLegacyJsPath from "../../../lib/olm/olm_legacy.js?url";
|
||||
|
@ -9,4 +9,4 @@ export const olmPaths = {
|
|||
wasmBundle: olmJsPath,
|
||||
};
|
||||
|
||||
export const downloadSandbox = downloadSandboxPath;
|
||||
export const downloadSandboxPath = _downloadSandboxPath;
|
||||
|
|
Loading…
Reference in a new issue