(Choose 1 answer)
If you want to import just the Component from the React library, what syntax do you use?
A. import React.Component from 'react'
B. import [ Component] from 'react'
C. import Component from 'react'
D. import { Component } from 'react'
Exit 30