mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-19 19:21:33 +10:00
- creating a dynamic color palette
- implementing actions section
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
import {
|
||||
MdColorLens,
|
||||
MdDashboard,
|
||||
MdStyle,
|
||||
MdFontDownload,
|
||||
MdImportExport,
|
||||
MdStyle,
|
||||
} from 'react-icons/md';
|
||||
|
||||
export default [
|
||||
@ -26,4 +27,9 @@ export default [
|
||||
name: 'Fonts',
|
||||
icon: MdFontDownload,
|
||||
},
|
||||
{
|
||||
id: 'actions',
|
||||
name: 'Actions',
|
||||
icon: MdImportExport,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user