- implement actions section

- implement settings section
This commit is contained in:
Amruth Pillai
2020-07-12 12:55:08 +05:30
parent 8972a96afd
commit f468ca73c3
25 changed files with 327 additions and 143 deletions

View File

@ -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,
},
];