-
-
Notifications
You must be signed in to change notification settings - Fork 241
/
index.js
23 lines (22 loc) · 1.39 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* Add any new widget to this file - the name of the export should be "OhSomething" */
export { default as OhCard } from './oh-card.vue'
export { default as OhEquipmentCard } from './oh-equipment-card.vue'
export { default as OhLabelCard } from './oh-label-card.vue'
export { default as OhToggleCard } from './oh-toggle-card.vue'
export { default as OhRollershutterCard } from './oh-rollershutter-card.vue'
export { default as OhColorpickerCard } from './oh-colorpicker-card.vue'
export { default as OhGaugeCard } from './oh-gauge-card.vue'
export { default as OhKnobCard } from './oh-knob-card.vue'
export { default as OhLocationCard } from './oh-location-card.vue'
export { default as OhPropertyCard } from './oh-property-card.vue'
export { default as OhSliderCard } from './oh-slider-card.vue'
export { default as OhImageCard } from './oh-image-card.vue'
export { default as OhVideoCard } from './oh-video-card.vue'
export { default as OhInputCard } from './oh-input-card.vue'
export { default as OhStepperCard } from './oh-stepper-card.vue'
export { default as OhPlayerCard } from './oh-player-card.vue'
export { default as OhSwiperCard } from './oh-swiper-card.vue'
export { default as OhListCard } from './oh-list-card.vue'
export { default as OhWebframeCard } from './oh-webframe-card.vue'
export { default as OhClockCard } from './oh-clock-card.vue'
export { default as OhSipclientCard } from './oh-sipclient-card.vue'