Fix warnings

This commit is contained in:
Ajay Ramachandran 2021-08-19 13:23:28 -04:00
parent 3c5316a11c
commit e8a106d36b

View file

@ -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;