relayers-network-ui/langs/index.ts

8 lines
86 B
TypeScript

import en from './en.json'
import ru from './ru.json'
export default {
en,
ru,
}