Update keyboardContext.tsx
This commit is contained in:
@@ -12,7 +12,6 @@ import { useAuth } from "./authContext";
|
|||||||
import { SendService } from "../services/sendService";
|
import { SendService } from "../services/sendService";
|
||||||
import { useTeamDashboardContext } from "./teamDashboardContext";
|
import { useTeamDashboardContext } from "./teamDashboardContext";
|
||||||
import isValidHttpUrl from "../helpers/urlHelper";
|
import isValidHttpUrl from "../helpers/urlHelper";
|
||||||
import ReactPlayer from "react-player/lazy";
|
|
||||||
|
|
||||||
interface KeyboardContextInterface {
|
interface KeyboardContextInterface {
|
||||||
selectedTeammate: string; // can only have one selected
|
selectedTeammate: string; // can only have one selected
|
||||||
|
|||||||
Reference in New Issue
Block a user