Why am I having trouble importing the Element UI chalk theme with the following code:
import 'element-ui/lib/theme-chalk/index.css'
When I try to import it, I receive this error in the console:
Error: Module parse failed: Unexpected character '
Does anyone have any ideas on what could be causing this issue?