Question 1 of 120
If you want to import just the Component from the React library, what syntax do you use?
import React.Component from 'react'
import [ Component ] from 'react'
import Component from 'react'
import { Component } from 'react'
Time Remaining:01:30
Questions: 1/120