Designed New Template: Celebi

This commit is contained in:
Amruth Pillai
2020-04-06 22:07:05 +05:30
parent a508bccbbf
commit 44bf68ab39
7 changed files with 301 additions and 0 deletions

View File

@ -3,6 +3,7 @@ import Pikachu, { Image as PikachuPreview } from './pikachu';
import Gengar, { Image as GengarPreview } from './gengar';
import Castform, { Image as CastformPreview } from './castform';
import Glalie, { Image as GlaliePreview } from './glalie';
import Celebi, { Image as CelebiPreview } from './celebi';
export default [
{
@ -35,4 +36,10 @@ export default [
component: Glalie,
preview: GlaliePreview,
},
{
key: 'celebi',
name: 'Celebi',
component: Celebi,
preview: CelebiPreview,
},
];