mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 10:46:32 +00:00
before applying redux
This commit is contained in:
11
browser/main/HomeContainer/Components/ArticleList.js
Normal file
11
browser/main/HomeContainer/Components/ArticleList.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import React, { PropTypes } from 'react'
|
||||
|
||||
class ArticleList extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<div className='ArticleList'></div>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
export default ArticleList
|
||||
Reference in New Issue
Block a user