mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Move the iD.data export from data/index.js to coreData
coreData now owns all the data, and data/index.js should eventually go away (re: #4994)
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
export { dataLocales } from './locales.json';
|
||||
export { en as dataEn } from '../dist/locales/en.json';
|
||||
|
||||
export let data = {};
|
||||
|
||||
Reference in New Issue
Block a user