5 lines
52 B
JavaScript
5 lines
52 B
JavaScript
|
|
import Map from './Map.js'
|
||
|
|
|
||
|
|
export default {
|
||
|
|
Map
|
||
|
|
}
|