mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-01-14 12:06:21 +00:00
4 lines
161 B
JavaScript
4 lines
161 B
JavaScript
|
import { root } from './root';
|
||
|
import { MapPolyfill } from './MapPolyfill';
|
||
|
export const Map = root.Map || (() => MapPolyfill)();
|
||
|
//# sourceMappingURL=Map.js.map
|