import React from 'react'; import { SvgLoader, SvgProxy } from 'react-svgmt'; export default function Map({ highlighted }) { return (
); }