BhavyaCodes / pokemon

https://pokemon-hacktoberfest.vercel.app
14 stars 40 forks source link

Refined some files #50

Closed DheekshaGopika closed 4 years ago

DheekshaGopika commented 4 years ago

.editorconfig

Added .editorconfig file so that the configuration of the workspace remains the same in other systems too

src/components/index.js

Added index.js file for easy importing files in other components or files

public/index.html

Changed the title of the document from React App to Pokémon

other files

Minor fixes like changes in importing and single quotes -> double quotes replacement

vercel[bot] commented 4 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/juggernaut9/pokemon-hacktoberfest/g274pkdlj
✅ Preview: https://pokemon-hacktoberf-git-15700afb05a5864184c5f02334f896722-7c8963.juggernaut9.vercel.app

BhavyaCodes commented 4 years ago

excellent work!