From 4186bac3c716d4c59aa17c355f404d4de62730d0 Mon Sep 17 00:00:00 2001 From: c0ntradicti0n <46457469+c0ntradicti0n@users.noreply.github.com> Date: Mon, 20 Jun 2022 13:11:40 +0200 Subject: [PATCH] Update JsonToTable.tsx Don't import css due to next js build error. The package user can import that css. --- src/components/JsonToTable/JsonToTable.tsx | 1 - 1 file changed, 1 deletion(-) 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";