index.js 74 Bytes Edit Raw Blame History 1 2 3 4 5 6 import en from "./en" import cn from "./cn" export default { en, cn }