From 96096faa90ea184b9b439b75b987ebd610e38bb7 Mon Sep 17 00:00:00 2001 From: vanyasehgal Date: Wed, 30 Jun 2021 16:31:19 -0700 Subject: [PATCH] Fix classnames_1.default is not a function err --- 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,