Skip to content

Commit

Permalink
Merge pull request #85 from agility/dlo/fix-react-import
Browse files Browse the repository at this point in the history
readded react import for breaking manager app
  • Loading branch information
DerekAgility authored Nov 11, 2024
2 parents fc8f23e + 0f3d6ac commit 58606c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion stories/molecules/inputs/InputLabel/InputLabel.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { FC } from "react";
import React, { FC } from "react";
import { default as cn } from "classnames";

export interface IInputLabelProps {
Expand Down

0 comments on commit 58606c8

Please sign in to comment.