2016-11-08 12:58:53 +01:00
|
|
|
import './containers.js';
|
2016-11-10 15:39:04 +09:00
|
|
|
|
2016-11-11 16:42:19 +09:00
|
|
|
import withPostsList from './containers/withPostsList.js';
|
|
|
|
import withPostsSingle from './containers/withPostsSingle.js';
|
|
|
|
import withCommentsList from './containers/withCommentsList.js';
|
2016-11-11 18:19:18 +09:00
|
|
|
import withUsersSingle from './containers/withUsersSingle.js';
|
2016-11-11 10:35:29 +01:00
|
|
|
import withCategoriesList from './containers/withCategoriesList.js';
|
2016-11-11 16:42:19 +09:00
|
|
|
|
2016-11-11 10:35:29 +01:00
|
|
|
export {withPostsList, withPostsSingle, withCommentsList, withUsersSingle, withCategoriesList}
|