Self review: Creating and importing components - React Basic
True or False: In React, you can never move a component to a separate file.
True
False
True or False: You can omit the import keyword when importing one component into another in React.
True
False
The code that follows is the first line of ...