Fix bapsiclesession typo
This commit is contained in:
parent
76736d42e6
commit
f63c037457
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue