Skip to content

Commit

Permalink
Add Multiselect Export (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
JShep-tri authored Aug 14, 2024
1 parent 935d0f3 commit 32c0777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ export { useUserAuth } from './amplify/use-user-auth';
export { Highlight, Highlighter } from './components/highlighter';
export { FeedbackButton } from './layout/FeedbackButton';
export { Select } from './components/select';
export { Multiselect } from './components/multiselect';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toyota-research-institute/rse-react-library",
"version": "0.1.1",
"version": "0.1.2",
"description": "RSE React component libraries with Vite, Tailwind, Material Tailwind and Storybook.",
"author": "TRI",
"license": "MIT",
Expand Down

0 comments on commit 32c0777

Please sign in to comment.