Rename shared module carto to carte

This commit is contained in:
Paul Chavard 2018-10-17 12:58:35 +03:00
parent febef735b8
commit 8d9f6573da
3 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ import {
drawCadastre,
drawQuartiersPrioritaires,
drawUserSelection
} from '../shared/carto';
} from '../shared/carte';
function initialize() {
const element = document.getElementById('map');

View file

@ -8,7 +8,7 @@ import {
drawCadastre,
drawQuartiersPrioritaires,
addFreeDrawEvents
} from '../shared/carto';
} from '../shared/carte';
function initialize() {
const element = document.getElementById('map');