I'm working on a react app and I'm trying to import CardAction from @material-ui but then:
Attempted import error: 'CardAction' is not exported from '@material-ui/core'.
So obviously I went to Stackoverflow and I have a question:
Is CardAction only available in material-ui v5 and if so how do I install it?
Thank you!