diff --git a/package.json b/package.json index 3275348..333aca5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agility/plenum-ui", - "version": "2.1.13", + "version": "2.1.14", "license": "MIT", "main": "dist/index.js", "module": "dist/index.js", diff --git a/stories/molecules/inputs/InputLabel/InputLabel.tsx b/stories/molecules/inputs/InputLabel/InputLabel.tsx index e59731d..02b4495 100644 --- a/stories/molecules/inputs/InputLabel/InputLabel.tsx +++ b/stories/molecules/inputs/InputLabel/InputLabel.tsx @@ -1,4 +1,4 @@ -import { FC } from "react"; +import React, { FC } from "react"; import { default as cn } from "classnames"; export interface IInputLabelProps {