mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
Fixes no-trailing-spaces error in components Base.js #244
This commit is contained in:
parent
f64ae8a4d7
commit
d9ddf3cf10
@ -4,7 +4,7 @@ import styles from '<%= style.webpackPath %>';
|
||||
|
||||
@cssmodules(styles)
|
||||
class <%= component.className %> extends React.Component {
|
||||
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div className="<%= style.className %>" styleName="<%= style.className %>">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user