mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-19 03:01:53 +10:00
- implement colors section
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { MdDashboard, MdStyle } from 'react-icons/md';
|
||||
import { MdColorLens, MdDashboard, MdStyle } from 'react-icons/md';
|
||||
|
||||
export default [
|
||||
{
|
||||
@ -11,4 +11,9 @@ export default [
|
||||
name: 'Layout',
|
||||
icon: MdDashboard,
|
||||
},
|
||||
{
|
||||
id: 'colors',
|
||||
name: 'Colors',
|
||||
icon: MdColorLens,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user