mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
chore: add missing import in cadastrefr
This commit is contained in:
parent
c9d532508d
commit
8f7e5c7252
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ import { BaseAjax, SingleMixin } from '../autocomplete.js'
|
|||
import * as Util from '../utils.js'
|
||||
import { AutocompleteCommunes } from './communesfr.js'
|
||||
import { translate } from '../i18n.js'
|
||||
import { uMapAlert as Alert } from '../../components/alerts/alert.js'
|
||||
|
||||
const TEMPLATE = `
|
||||
<h3>Cadastre</h3>
|
||||
|
|
Loading…
Reference in a new issue