There was an error while loading. Please reload this page.
Bellowing doesn't work:
import { className } from './xxx.modules.css';
However this works:
import styles from './xxx.modules.css'; const {className} = styles;