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,
|
drawCadastre,
|
||||||
drawQuartiersPrioritaires,
|
drawQuartiersPrioritaires,
|
||||||
drawUserSelection
|
drawUserSelection
|
||||||
} from '../shared/carto';
|
} from '../shared/carte';
|
||||||
|
|
||||||
function initialize() {
|
function initialize() {
|
||||||
const element = document.getElementById('map');
|
const element = document.getElementById('map');
|
||||||
|
|
|
@ -8,7 +8,7 @@ import {
|
||||||
drawCadastre,
|
drawCadastre,
|
||||||
drawQuartiersPrioritaires,
|
drawQuartiersPrioritaires,
|
||||||
addFreeDrawEvents
|
addFreeDrawEvents
|
||||||
} from '../shared/carto';
|
} from '../shared/carte';
|
||||||
|
|
||||||
function initialize() {
|
function initialize() {
|
||||||
const element = document.getElementById('map');
|
const element = document.getElementById('map');
|
||||||
|
|
Loading…
Add table
Reference in a new issue