Commit 20d8cf15 authored by Chunchi Che's avatar Chunchi Che

Merge branch 'fix/side' into 'main'

fix change side bug

See merge request !394
parents 01992c4f a2807e10
Pipeline #28486 passed with stages
in 11 minutes and 54 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