diff --git a/src/showplanner/Player.tsx b/src/showplanner/Player.tsx index 8e570b3..d160831 100644 --- a/src/showplanner/Player.tsx +++ b/src/showplanner/Player.tsx @@ -12,7 +12,7 @@ import { import { omit } from "lodash"; import { RootState } from "../rootReducer"; import * as MixerState from "../mixer/state"; -import * as ShowPlanState from "../showplanner/state"; +//import * as ShowPlanState from "../showplanner/state"; import { HHMMTosec, secToHHMM, timestampToHHMM } from "../lib/utils"; import * as api from "../api"; import { AppThunk } from "../store";