mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-19 03:01:53 +10:00
- refactor sections
- combine resume and metadata contexts
This commit is contained in:
@ -1,6 +1,11 @@
|
||||
import { MdDashboard } from 'react-icons/md';
|
||||
import { MdDashboard, MdStyle } from 'react-icons/md';
|
||||
|
||||
export default [
|
||||
{
|
||||
id: 'templates',
|
||||
name: 'Templates',
|
||||
icon: MdStyle,
|
||||
},
|
||||
{
|
||||
id: 'layout',
|
||||
name: 'Layout',
|
||||
|
||||
14
src/data/templates.js
Normal file
14
src/data/templates.js
Normal file
@ -0,0 +1,14 @@
|
||||
const templates = [
|
||||
{
|
||||
id: 'onyx',
|
||||
name: 'Onyx',
|
||||
preview: 'https://source.unsplash.com/random/300x500',
|
||||
},
|
||||
{
|
||||
id: 'pikachu',
|
||||
name: 'Pikachu',
|
||||
preview: 'https://source.unsplash.com/random/301x501',
|
||||
},
|
||||
];
|
||||
|
||||
export default templates;
|
||||
Reference in New Issue
Block a user