Progress
This commit is contained in:
12
app/javascript/gabsocial/features/status.js
Normal file
12
app/javascript/gabsocial/features/status.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import StatusContainer from '../containers/status_container'
|
||||
|
||||
export default class Status extends PureComponent {
|
||||
render() {
|
||||
console.log("this.props:", this.props)
|
||||
|
||||
return (
|
||||
<StatusContainer {...this.props} />
|
||||
)
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user