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