Fix bapsiclesession typo

This commit is contained in:
Matthew Stratford 2021-05-31 20:34:19 +01:00
parent 76736d42e6
commit f63c037457

View file

@ -4,7 +4,7 @@ import { RootState } from "./rootReducer";
import { PlanItem, getShowplanSuccessChannel } from "./showplanner/state";
import { AppThunk } from "./store";
import * as MixerState from "./mixer/state";
import * as SessionState from "./bapiclesession/state";
import * as SessionState from "./bapsiclesession/state";
export var BAPSicleWS: WebSocket | null = null;