Commit a2807e10 authored by chechunchi's avatar chechunchi

fix change side bug

parent 01992c4f
Pipeline #28484 passed with stages
in 11 minutes and 44 seconds
......@@ -5,6 +5,7 @@ import {
matStore,
placeStore,
roomStore,
sideStore,
} from "@/stores";
import { CONTAINERS } from ".";
......@@ -20,6 +21,7 @@ export function initUIContainer(conn: WebSocketStream) {
placeStore,
roomStore,
chatStore,
sideStore,
});
const container = new Container(context, conn);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment