Progress
This commit is contained in:
9
app/javascript/gabsocial/components/input.js
Normal file
9
app/javascript/gabsocial/components/input.js
Normal file
@@ -0,0 +1,9 @@
|
||||
export default class Input extends PureComponent {
|
||||
render() {
|
||||
const { children } = this.props
|
||||
|
||||
return (
|
||||
<input />
|
||||
)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user