diff options
author | Ajay Ramachandran <[email protected]> | 2021-08-19 13:23:28 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-08-19 13:23:28 -0400 |
commit | e8a106d36bc95e5baf794b78095d0f87c69484ee (patch) | |
tree | cdf7fc291505409227934b2aefed6f75b7251d41 | |
parent | 3c5316a11c07c436083354efaff564ce1609c8cf (diff) | |
download | SponsorBlock-e8a106d36bc95e5baf794b78095d0f87c69484ee.tar.gz SponsorBlock-e8a106d36bc95e5baf794b78095d0f87c69484ee.zip |
Fix warnings
-rw-r--r-- | src/components/CategorySkipOptionsComponent.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/CategorySkipOptionsComponent.tsx b/src/components/CategorySkipOptionsComponent.tsx index fe0f180f..be174ddd 100644 --- a/src/components/CategorySkipOptionsComponent.tsx +++ b/src/components/CategorySkipOptionsComponent.tsx @@ -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; |