Bellowing doesn't work: ``` import { className } from './xxx.modules.css'; ``` However this works: ``` import styles from './xxx.modules.css'; const {className} = styles; ```