Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
fix(modal): export modal banner kinds (#1208)
Browse files Browse the repository at this point in the history
* fix(modal): export modal banner kinds

---------

Co-authored-by: iropolo <ignacio.ropolo@dialpad.com>
  • Loading branch information
iropolo and iropolo authored Sep 25, 2023
1 parent 499dfb8 commit 663090f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modal/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { default as DtModal } from './modal.vue';
export { MODAL_KIND_MODIFIERS, MODAL_SIZE_MODIFIERS, MODAL_BANNER_KINDS } from './modal_constants';
export { MODAL_KIND_MODIFIERS, MODAL_BANNER_KINDS, MODAL_SIZE_MODIFIERS } from './modal_constants';

0 comments on commit 663090f

Please sign in to comment.