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;