Skip to content

Commit

Permalink
📝 fixed example import
Browse files Browse the repository at this point in the history
  • Loading branch information
harshzalavadiya committed Dec 14, 2020
1 parent d3b7b2a commit e255833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ yarn add react-tag-input-component # yarn

```tsx
import React, { useState } from "react";
import TagsInput from "react-tag-input-component";
import { TagsInput } from "react-tag-input-component";

const Example = () => {
const [selected, setSelected] = useState(["papaya"]);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-tag-input-component",
"description": "lightweight component for tag(s) input",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"author": "Harsh Zalavadiya",
"module": "dist/react-tag-input-component.esm.js",
Expand Down

0 comments on commit e255833

Please sign in to comment.