Knowledge check: React components and where they live
What type of casing should be used when adding a component name after a function keyword?
kebab-cased
lowerCamelCase
PascalCase (UpperCamelCase)
There are two components at the root of the src folder: Example and App. What syntax should you use...