mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-22 19:07:45 +08:00
8 lines
81 B
JavaScript
8 lines
81 B
JavaScript
import en from './en_us'
|
|
import zh from './zh_cn'
|
|
|
|
export default {
|
|
zh,
|
|
en
|
|
}
|