mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
5 lines
143 B
TypeScript
5 lines
143 B
TypeScript
import { MapBaseConfig } from './MapBase/index'
|
|
import { MapAmapConfig } from './MapAmap/index'
|
|
|
|
export default [MapBaseConfig, MapAmapConfig]
|