In the Usage section of `README.md`, there is a description of importing CSS as follows, is this a correct description? ```js 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? ```js import "@chatscope/chat-ui-kit-styles/dist/default/styles.min.css"; ```