Skip to content

Commit

Permalink
fix(Drawer): add drawer export components
Browse files Browse the repository at this point in the history
  • Loading branch information
matthprost committed Dec 17, 2024
1 parent 4a04150 commit 71992af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilly-foxes-argue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ultraviolet/ui": patch
---

Add export of `<Drawer />` component
1 change: 1 addition & 0 deletions packages/ui/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export { ToggleGroup } from './ToggleGroup'
export { Tooltip } from './Tooltip'
export { UnitInput } from './UnitInput'
export { VerificationCode } from './VerificationCode'
export { Drawer } from './Drawer'
export {
/**
* @deprecated This component is deprecated. Please use `Icon` from `@ultraviolet/icons` instead.
Expand Down

0 comments on commit 71992af

Please sign in to comment.