adjust import path
This commit is contained in:
parent
77eeacb09b
commit
853316933c
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Reference in a new issue