index.js 117 Bytes
Newer Older
fukai committed
1 2 3 4 5 6 7 8
import UserContext from './UserContext'
import i18n from './I18NStore'


export default {
    UserContext,
    i18n
}