Skip to content

Commit

Permalink
chore: add missing import in cadastrefr
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanboniface committed Dec 3, 2024
1 parent c9d5325 commit 8f7e5c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions umap/static/umap/js/modules/importers/cadastrefr.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8f7e5c7

Please sign in to comment.