I have created a react app using 'create-react-app' and in one of my project files, i'm using the following import statement;
import { Icon } from 'antd'
,
and receiving the following error:
Attempted import error: 'Icon' is not exported from 'antd'.
not sure what the issue is. please help.