comand-component-library 3.1.46 → 3.1.47
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
package/src/index.js
CHANGED
@@ -3,6 +3,7 @@ import "clickout-event"
|
|
3
3
|
export { default as CmdAccordion } from '@/components/CmdAccordion'
|
4
4
|
export { default as CmdAddressData } from '@/components/CmdAddressData'
|
5
5
|
export { default as CmdBackToTopButton } from '@/components/CmdBackToTopButton'
|
6
|
+
export { default as CmdBankAccountData } from '@/components/CmdBankAccountData'
|
6
7
|
export { default as CmdBox } from '@/components/CmdBox'
|
7
8
|
export { default as CmdBoxWrapper } from '@/components/CmdBoxWrapper'
|
8
9
|
export { default as CmdBreadcrumbs } from '@/components/CmdBreadcrumbs'
|