Which of the following is a correct way to import a component in React?

Last Updated :
Discuss
Comments

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'

Share your thoughts in the comments