daniellesuper / elevationsoftware

0 stars 0 forks source link

Lowercase exported components #11

Closed mattlisiv closed 4 years ago

mattlisiv commented 4 years ago

I noticed that some of the exported functional components are lowercase. Example in Backdrop.jsx:

export default backdrop;

If the component is being exported, let's make it upper-camelcase for consistency