diff --git a/src/mapper/src/lib/components/offline/basemaps.svelte b/src/mapper/src/lib/components/offline/basemaps.svelte index efd381bc08..32f76e15a5 100644 --- a/src/mapper/src/lib/components/offline/basemaps.svelte +++ b/src/mapper/src/lib/components/offline/basemaps.svelte @@ -7,6 +7,7 @@ // TODO should raise an issue in hotosm/ui about this / test further import '@shoelace-style/shoelace/dist/components/select/select.js'; import '@shoelace-style/shoelace/dist/components/option/option.js'; + import '@shoelace-style/shoelace/dist/components/button/button.js'; import type { Basemap } from '$lib/utils/basemaps'; import { getProjectBasemapStore } from '$store/common.svelte.ts'; @@ -38,7 +39,7 @@ -