mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-26 01:44:53 +10:00
extracted string from Colors Tab
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"title": "Colors",
|
||||
"colorOptions": "Color Options",
|
||||
"primaryColor": "Primary Color",
|
||||
"accentColor": "Accent Color",
|
||||
"clipboardCopyAction": "{{color}} has been copied to clipboard."
|
||||
}
|
||||
@@ -1,5 +1,7 @@
|
||||
import templates from './templates.json';
|
||||
import colors from './colors.json';
|
||||
|
||||
export default {
|
||||
templates,
|
||||
colors,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user