You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
300 B
TypeScript

export { default as SelectComponent } from './src/SelectComponent.vue';
export { default as StatisticsComponent } from './src/StatisticsComponent.vue';
export { default as VideoStreamComponent } from './src/VideoStreamComponent.vue';
export { default as Map } from '../workplan/components/map.vue';