also call this -Path

This commit is contained in:
Bruno Windels 2021-10-01 12:56:36 +02:00
parent d2eeaab5f5
commit c1d20cb9f9

View file

@ -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;