Skip to content

Commit

Permalink
Merge pull request #154 from awell-health/forms
Browse files Browse the repository at this point in the history
Add export for divider
  • Loading branch information
skrobek authored Nov 20, 2024
2 parents ec9eb1e + 078c572 commit 8ca9a44
Show file tree
Hide file tree
Showing 2 changed files with 3 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": "@awell-health/design-system",
"version": "0.12.0",
"version": "0.12.1",
"type": "module",
"files": [
"dist"
Expand Down
3 changes: 2 additions & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ export * from './ui/avatar';
export * from './ui/badge';
export * from './ui/button';
export * from './ui/card';
export * from './ui/divider';
export * from './ui/dropdown';
export * from './ui/form/checkbox';
export * from './ui/form/input';
export * from './ui/form/form-section';
export * from './ui/form/input';
export * from './ui/form/select';
export * from './ui/form/textarea';
export * from './ui/form/toggle';
Expand Down

0 comments on commit 8ca9a44

Please sign in to comment.