mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-18 18:51:32 +10:00
- memoize all components
- implement metadata context
This commit is contained in:
9
src/data/rightSections.js
Normal file
9
src/data/rightSections.js
Normal file
@ -0,0 +1,9 @@
|
||||
import { MdDashboard } from 'react-icons/md';
|
||||
|
||||
export default [
|
||||
{
|
||||
id: 'layout',
|
||||
name: 'Layout',
|
||||
icon: MdDashboard,
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user