Which of the following is a correct way to import a component in React?
import { App } from './App.js'
require App from './App.js'
include App from './App.js'
import App from './App.js'
This question is part of this quiz :