Reputation: 1
'@ant-design/icons' does not contain an export named 'LoadingOutlined'. in browser
"export 'LoadingOutlined' was not found in '@ant-design/icons' in terminal
Upvotes: 0
Views: 77
Reputation: 1745
import { LoadingOutlined } from "@ant-design/icons"
<LoadingOutlined />
Upvotes: 1