From ee0f56cdbe111573eb3b20bb1c3f00e552b19549 Mon Sep 17 00:00:00 2001 From: Jason Green Date: Wed, 24 Nov 2021 11:40:20 -1000 Subject: [PATCH] removed unnecessary import --- src/__stories__/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/__stories__/index.ts b/src/__stories__/index.ts index 97e5364f..c524f209 100644 --- a/src/__stories__/index.ts +++ b/src/__stories__/index.ts @@ -1,3 +1,2 @@ // NOTE: The ordering of these imports determines the ordering in Storybook import './JsonSchemaViewer'; -import './SchemaRow';