Fix unused import

This commit is contained in:
Ajay 2022-10-11 00:08:14 -04:00
parent 5ebd44c0c7
commit 47ea8cd017

View file

@ -1,5 +1,4 @@
import * as React from "react";
import * as ReactDOM from "react-dom";
import { createRoot, Root } from "react-dom/client";
import CategoryPillComponent, { CategoryPillState } from "../components/CategoryPillComponent";
import Config from "../config";