index.js 150 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2 3 4 5
import ChooseLocation from './choose-location'
import OpenLocation from './open-location'

export default {
  ChooseLocation,
6 7
  OpenLocation
}