Trying to configure CoreUI with my React App but I'm receiving an error:
I followed the instructions at: https://coreui.io/react/docs/4.0/getting-started/introduction and added:
import '@coreui/dist/css/coreui.min.css';
to the top of my .js file but I'm getting an error:
Module not found: Can't resolve '@coreui/dist/css/coreui.min.css'