Skip to content

Commit

Permalink
feat(Elevate): add missing reexport for Elevate (#2507)
Browse files Browse the repository at this point in the history
* feat: add reexport

* Create neat-insects-rule.md
  • Loading branch information
saurabhdaware authored Jan 29, 2025
1 parent 41ffc6e commit 3b9d4cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/neat-insects-rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@razorpay/blade": patch
---

feat(Elevate): add missing reexport for `Elevate`
1 change: 1 addition & 0 deletions packages/blade/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export * from './Divider';
export * from './Drawer';
export * from './DatePicker';
export * from './Dropdown';
export * from './Elevate';
export * from './Fade';
export * from './FileUpload';
export * from './Icons';
Expand Down

0 comments on commit 3b9d4cd

Please sign in to comment.