index.js 210 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2 3 4 5 6 7 8 9
import ChooseLocation from './choose-location'
import OpenLocation from './open-location'
import PreviewImage from './preview-image'

export default {
  ChooseLocation,
  OpenLocation,
  PreviewImage
}