mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-26 14:33:59 +10:00
add index.js files for every locale
This commit is contained in:
15
src/i18n/locales/as/rightSidebar/index.js
Normal file
15
src/i18n/locales/as/rightSidebar/index.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
import fonts from './fonts.json';
|
||||
import actions from './actions.json';
|
||||
import settings from './settings.json';
|
||||
import about from './about.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
fonts,
|
||||
actions,
|
||||
settings,
|
||||
about,
|
||||
};
|
||||
Reference in New Issue
Block a user