Rename shared module carto to carte
This commit is contained in:
parent
febef735b8
commit
8d9f6573da
3 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ import {
|
|||
drawCadastre,
|
||||
drawQuartiersPrioritaires,
|
||||
drawUserSelection
|
||||
} from '../shared/carto';
|
||||
} from '../shared/carte';
|
||||
|
||||
function initialize() {
|
||||
const element = document.getElementById('map');
|
||||
|
|
|
@ -8,7 +8,7 @@ import {
|
|||
drawCadastre,
|
||||
drawQuartiersPrioritaires,
|
||||
addFreeDrawEvents
|
||||
} from '../shared/carto';
|
||||
} from '../shared/carte';
|
||||
|
||||
function initialize() {
|
||||
const element = document.getElementById('map');
|
||||
|
|
Loading…
Reference in a new issue