redundant type removed

This commit is contained in:
VividTruthKeeper 2022-08-19 23:17:19 +05:00
parent 6edcb82057
commit 80037afd0c
1 changed files with 0 additions and 3 deletions

View File

@ -20,6 +20,3 @@ export interface PlayersData {
// Used in SearchTable.tsx
export type playerType = [string, React.Dispatch<string>];
export interface playerInterface {
videoUrl: string;
}