Commit 1acf506e authored by toby's avatar toby

done

parent 614bad73
import React, {Component} from 'react'
class <$= name | capitalize $> extends Component {
class <$= name $> extends Component {
constructor(props) {
super(props)
this.state = {}
......@@ -16,4 +16,4 @@ class <$= name | capitalize $> extends Component {
}
}
export default <$= name | capitalize $>
\ No newline at end of file
export default <$= name $>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment