From e8a106d36bc95e5baf794b78095d0f87c69484ee Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Thu, 19 Aug 2021 13:23:28 -0400 Subject: [PATCH] Fix warnings --- src/components/CategorySkipOptionsComponent.tsx | 2 -- 1 file changed, 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;