mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2024-12-27 05:15:25 +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
|