kasapvictor/frontend-project-lvl3

View on GitHub
src/scripts/locales/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import en from './en.js';
import ru from './ru.js';

export default { en, ru };