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 { ...@@ -5,6 +5,7 @@ import {
matStore, matStore,
placeStore, placeStore,
roomStore, roomStore,
sideStore,
} from "@/stores"; } from "@/stores";
import { CONTAINERS } from "."; import { CONTAINERS } from ".";
...@@ -20,6 +21,7 @@ export function initUIContainer(conn: WebSocketStream) { ...@@ -20,6 +21,7 @@ export function initUIContainer(conn: WebSocketStream) {
placeStore, placeStore,
roomStore, roomStore,
chatStore, chatStore,
sideStore,
}); });
const container = new Container(context, conn); 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