@data-forge-services/core
Version:
Core component library for Data Forge services including location, timezone, and more.
15 lines (13 loc) • 373 B
JavaScript
import './../assets/fallback.css';
import RegionSelect from './RegionSelect.vue'
import SubregionSelect from './SubregionSelect.vue'
import CountrySelect from './CountrySelect.vue'
import StateSelect from './StateSelect.vue'
import CitySelect from './CitySelect.vue'
export {
RegionSelect,
SubregionSelect,
CountrySelect,
StateSelect,
CitySelect
}