In Javascript mode, the following import is added in function component. ```js // Node_Module Imports import React, { ComponentType } from 'react'; ``` The **{ComponentType}** is unncessery.