mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-16 01:32:02 +10:00
update and remove unnecessary translation strings
This commit is contained in:
@ -6,21 +6,25 @@ import Castform, { Image as CastformPreview } from './castform';
|
||||
export default [
|
||||
{
|
||||
key: 'onyx',
|
||||
name: 'Onyx',
|
||||
component: Onyx,
|
||||
preview: OnyxPreview,
|
||||
},
|
||||
{
|
||||
key: 'pikachu',
|
||||
name: 'Pikachu',
|
||||
component: Pikachu,
|
||||
preview: PikachuPreview,
|
||||
},
|
||||
{
|
||||
key: 'gengar',
|
||||
name: 'Gengar',
|
||||
component: Gengar,
|
||||
preview: GengarPreview,
|
||||
},
|
||||
{
|
||||
key: 'castform',
|
||||
name: 'Castform',
|
||||
component: Castform,
|
||||
preview: CastformPreview,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user