next.js/test/e2e/app-dir/app-css/app/css/css-conflict-layers/blue-button.js
blue-button.js7 lines195 B
import { Button } from './button'
import styles from './blue-button.module.css'

export function BlueButton() {
  return <Button className={'btn-blue ' + styles['blue-button']}>Button</Button>
}
Quest for Codev2.0.0
/
SIGN IN