Fix @typescript-eslint/no-unused-vars lint warnings

This commit is contained in:
Alec Rust
2022-03-19 14:39:09 +00:00
parent 0c216792cf
commit 463ce258bf
6 changed files with 33 additions and 64 deletions

View File

@@ -1,6 +1,4 @@
import * as React from "react";
import Config from "../config";
import { Category, SegmentUUID, SponsorTime } from "../types";
export interface TooltipProps {
text: string;