fac25 / week-6_ASLP

0 stars 0 forks source link

Change file names inside `components/` #37

Open ivan-unfolds opened 2 years ago

ivan-unfolds commented 2 years ago

The convention is for file names for files that export a React component is to start with a capital letter (just like component variable names should also start with a capital letter).

ie nav.js should be Nav.js

Note that this doesn't apply to anything in your pages/ directory as these are routes rather than components