From 6d902ea647e2f22c641da695479d52c29f2e72e2 Mon Sep 17 00:00:00 2001 From: vanyasehgal Date: Wed, 30 Jun 2021 16:30:22 -0700 Subject: [PATCH] Resolve classnames_1.default is not a function error --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 3e012109..9d07bc6d 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,6 +1,6 @@ import * as React from 'react'; import * as PropTypes from 'prop-types'; -import cn from 'classnames'; +import * as cn from 'classnames'; import { computeLineInformation,