rsnext/test/integration/config/components/hello-webpack-css.js

4 lines
198 B
JavaScript
Raw Normal View History

import css from './hello-webpack-css.css'
import framework from 'css-framework/framework.css'
export default () => <div className={`${css.helloWorld} ${framework.frameworkClass}`}>Hello World</div>