- implement colors section

This commit is contained in:
Amruth Pillai
2020-07-09 20:06:49 +05:30
parent 3b252476c4
commit 3eaab3b427
7 changed files with 86 additions and 1 deletions

View File

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