Suvink / let-me-react

A Simple ReactJS Boilerplate
MIT License
15 stars 4 forks source link

Change all functions to arrow functions #13

Open Suvink opened 9 months ago

Suvink commented 9 months ago

Currently, in the generation template, all the functions are rendered in function AboutUsPage() {} format. Change this to arrow functions: const AboutUsPage = () => {} to preserve the consistency.

NandiyaLive commented 9 months ago

Can I work on this?

Suvink commented 9 months ago

Hey there! Sure please proceed.