mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 17:17:45 +01:00
Fix warnings
This commit is contained in:
parent
3c5316a11c
commit
e8a106d36b
1 changed files with 0 additions and 2 deletions
|
@ -3,9 +3,7 @@ import * as React from "react";
|
|||
import Config from "../config"
|
||||
import { Category, CategorySkipOption } from "../types";
|
||||
|
||||
import Utils from "../utils";
|
||||
import { getCategoryActionType } from "../utils/categoryUtils";
|
||||
const utils = new Utils();
|
||||
|
||||
export interface CategorySkipOptionsProps {
|
||||
category: Category;
|
||||
|
|
Loading…
Reference in a new issue