redundant type removed
This commit is contained in:
parent
6edcb82057
commit
80037afd0c
|
|
@ -20,6 +20,3 @@ export interface PlayersData {
|
|||
// Used in SearchTable.tsx
|
||||
|
||||
export type playerType = [string, React.Dispatch<string>];
|
||||
export interface playerInterface {
|
||||
videoUrl: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue