In the Usage section of README.md, there is a description of importing CSS as follows, is this a correct description?
import styles from "@chatscope/chat-ui-kit-styles/dist/default/styles.min.css";
In my environment, the above description resulted in an error. I think the following description is more correct. What do you think?
import "@chatscope/chat-ui-kit-styles/dist/default/styles.min.css";