Bump libolm dependency, and update package name.
This commit is contained in:
parent
c41ba297e3
commit
53eb0e0f26
3 changed files with 7 additions and 7 deletions
|
@ -19,8 +19,8 @@ limitations under the License.
|
|||
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
// @ts-ignore
|
||||
import olmWasmPath from "olm/olm.wasm";
|
||||
import Olm from 'olm';
|
||||
import olmWasmPath from "@matrix-org/olm/olm.wasm";
|
||||
import Olm from '@matrix-org/olm';
|
||||
import * as ReactDOM from "react-dom";
|
||||
import * as React from "react";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue