Skip to content

Commit 546bc41

Browse files
committed
add direct export paths for Checkout.vue and Result.vue
1 parent f39fe75 commit 546bc41

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ui/vue/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ import IconPhone from './IconPhone.vue'
1717
import IconSpinner from './IconSpinner.vue'
1818
import IconSun from './IconSun.vue'
1919

20+
import Checkout from '../components/Checkout/Checkout.vue'
21+
import Result from '../components/Checkout/Result.vue'
22+
2023
export {
2124
CLBButton,
2225
CLBButtonGroup,
@@ -36,4 +39,6 @@ export {
3639
IconPhone,
3740
IconSpinner,
3841
IconSun,
42+
Checkout,
43+
Result,
3944
}

0 commit comments

Comments
 (0)