mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-25 14:11:38 +10:00
add index.js files for every locale
This commit is contained in:
9
src/i18n/locales/as/index.js
Normal file
9
src/i18n/locales/as/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
import app from './app';
|
||||
import leftSidebar from './leftSidebar';
|
||||
import rightSidebar from './rightSidebar';
|
||||
|
||||
export default {
|
||||
app,
|
||||
leftSidebar,
|
||||
rightSidebar,
|
||||
};
|
||||
Reference in New Issue
Block a user