mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-11 22:17:21 +03:00
Fix warnings
This commit is contained in:
@@ -3,9 +3,7 @@ import * as React from "react";
|
|||||||
import Config from "../config"
|
import Config from "../config"
|
||||||
import { Category, CategorySkipOption } from "../types";
|
import { Category, CategorySkipOption } from "../types";
|
||||||
|
|
||||||
import Utils from "../utils";
|
|
||||||
import { getCategoryActionType } from "../utils/categoryUtils";
|
import { getCategoryActionType } from "../utils/categoryUtils";
|
||||||
const utils = new Utils();
|
|
||||||
|
|
||||||
export interface CategorySkipOptionsProps {
|
export interface CategorySkipOptionsProps {
|
||||||
category: Category;
|
category: Category;
|
||||||
|
|||||||
Reference in New Issue
Block a user