/* global $ */ import React from 'react' import ReactDOM from 'react-dom' import outdent from 'outdent' import ImportDialogBox from '../../components/ImportDialogBox' import PasteInput from '../PasteInput' import Map from '../Map' const ImportDialog = { openLightbox: null, closeLightbox: null, init: function(serverData, openLightbox, closeLightbox) { const self = ImportDialog self.openLightbox = openLightbox self.closeLightbox = closeLightbox $('#lightbox_content').append($(outdent`