Hello:
I’m new to React and I’m trying to build a React-UI front end. I’m looking to use the antd Grid component on my home page for layout purposes. Intellij does see other antd components, but the Grid component is missing.
package.json shows antd version “^3.23.4” as the setting.
How do I get access to Grid?