Files
iD/data/index.js
Bryan Housel 4c5e7db2dd 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)
2020-02-07 09:27:23 -05:00

3 lines
102 B
JavaScript

export { dataLocales } from './locales.json';
export { en as dataEn } from '../dist/locales/en.json';