mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
adjust import path
This commit is contained in:
parent
77eeacb09b
commit
853316933c
@ -1,5 +1,5 @@
|
||||
import Room from "./room/room.js";
|
||||
import ObservableMap from "../observable/map.js";
|
||||
import { ObservableMap } from "../observable/index.js";
|
||||
|
||||
export default class Session {
|
||||
constructor(storage) {
|
||||
|
Loading…
Reference in New Issue
Block a user