How do you call a functional component in React

JavaScript
1. Make sure to have imported the function from the appropriate file.
2. Use { functionalComponentName } within the return statement of the calling component.
Source

Also in JavaScript: