extract strings for extars tab

This commit is contained in:
Amruth Pillai
2020-03-30 10:13:14 +05:30
parent a6ca22d3e0
commit 51dc6ef94d
4 changed files with 55 additions and 67 deletions

View File

@ -0,0 +1,10 @@
{
"key": {
"label": "Key",
"placeholder": "Date of Birth"
},
"value": {
"label": "Value",
"placeholder": "6th August 1995"
}
}

View File

@ -7,6 +7,7 @@ import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
import extras from './extras.json';
export default {
profile,
@ -18,4 +19,5 @@ export default {
skills,
languages,
references,
extras,
};