diff --git a/umap/static/umap/js/modules/global.js b/umap/static/umap/js/modules/global.js index 924854f9..226f67a5 100644 --- a/umap/static/umap/js/modules/global.js +++ b/umap/static/umap/js/modules/global.js @@ -2,7 +2,7 @@ import URLs from './urls.js' import Browser from './browser.js' import Facets from './facets.js' import Caption from './caption.js' -import { Panel, EditPanel, FullPanel } from './panel.js' +import { Panel, EditPanel, FullPanel } from './ui/panel.js' import Alert from './ui/alert.js' import Tooltip from './ui/tooltip.js' import * as Utils from './utils.js' diff --git a/umap/static/umap/js/modules/panel.js b/umap/static/umap/js/modules/ui/panel.js similarity index 95% rename from umap/static/umap/js/modules/panel.js rename to umap/static/umap/js/modules/ui/panel.js index 48c17e41..5694a080 100644 --- a/umap/static/umap/js/modules/panel.js +++ b/umap/static/umap/js/modules/ui/panel.js @@ -1,5 +1,5 @@ -import { DomUtil, DomEvent } from '../../vendors/leaflet/leaflet-src.esm.js' -import { translate } from './i18n.js' +import { DomUtil, DomEvent } from '../../../vendors/leaflet/leaflet-src.esm.js' +import { translate } from '../i18n.js' export class Panel { constructor(map) {