mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 17:21:35 +10:00
Added new template - Leafish
This commit is contained in:
@ -4,6 +4,7 @@ import Castform from './Castform/Castform';
|
||||
import Gengar from './Gengar/Gengar';
|
||||
import Glalie from './Glalie/Glalie';
|
||||
import Kakuna from './Kakuna/Kakuna';
|
||||
import Leafish from './Leafish/Leafish';
|
||||
import Onyx from './Onyx/Onyx';
|
||||
import Pikachu from './Pikachu/Pikachu';
|
||||
|
||||
@ -51,6 +52,12 @@ const templateMap: Record<string, TemplateMeta> = {
|
||||
preview: '/images/templates/glalie.jpg',
|
||||
component: Glalie,
|
||||
},
|
||||
leafish: {
|
||||
id: 'leafish',
|
||||
name: 'Leafish',
|
||||
preview: '/images/templates/leafish.jpg',
|
||||
component: Leafish,
|
||||
},
|
||||
};
|
||||
|
||||
export default templateMap;
|
||||
|
||||
Reference in New Issue
Block a user