Skip to content

Commit

Permalink
Merge pull request #50 from wpmudev/fix/core
Browse files Browse the repository at this point in the history
🐛 fix(core): Import input component.
  • Loading branch information
iamleigh authored Mar 19, 2021
2 parents 67e9d67 + 99350f6 commit 8dda6c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
BoxBody,
BoxFooter
} from "@wpmudev/react-box";
import { Input } from "@wpmudev/react-input";
import { Button } from "@wpmudev/react-button";
import { Post } from "@wpmudev/react-post";
import { Notifications } from "@wpmudev/react-notifications";
Expand All @@ -15,6 +16,7 @@ export {
BoxTitle,
BoxBody,
BoxFooter,
Input,
Button,
Post,
Notifications
Expand Down
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"dependencies": {
"@wpmudev/react-box": "^1.0.3",
"@wpmudev/react-button": "^1.0.1",
"@wpmudev/react-input": "^0.0.0",
"@wpmudev/react-notifications": "^1.0.2",
"@wpmudev/react-post": "^1.0.7"
},
Expand Down

0 comments on commit 8dda6c0

Please sign in to comment.