import en from "./en.json"
import ru from "./ru.json"
export default {
  en: {
    translation: en,
  },
  ru: {
    translation: ru,
  },
}
