mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-18 18:51:32 +10:00
- implement actions section
- implement settings section
This commit is contained in:
@ -3,6 +3,7 @@ import {
|
||||
MdDashboard,
|
||||
MdFontDownload,
|
||||
MdImportExport,
|
||||
MdSettings,
|
||||
MdStyle,
|
||||
} from 'react-icons/md';
|
||||
|
||||
@ -32,4 +33,9 @@ export default [
|
||||
name: 'Actions',
|
||||
icon: MdImportExport,
|
||||
},
|
||||
{
|
||||
id: 'settings',
|
||||
name: 'Settings',
|
||||
icon: MdSettings,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user