6 lines
73 B
JavaScript
6 lines
73 B
JavaScript
import it from './it'
|
|
import en from './en'
|
|
|
|
export default {
|
|
it, en
|
|
}
|