diff --git a/src/components/JsonToTable/JsonToTable.tsx b/src/components/JsonToTable/JsonToTable.tsx index 3819642..9e04ae8 100644 --- a/src/components/JsonToTable/JsonToTable.tsx +++ b/src/components/JsonToTable/JsonToTable.tsx @@ -1,6 +1,5 @@ import * as React from "react"; -import "./JsonToTable.css"; import { JSONObjectKeys, JSONObjectType } from "./JsonToTableUtils"; import JSONToTableUtils from "./JsonToTableUtils";