Adds the basic structure for the Discussions MFE around which future development will happen.
3 lines
120 B
JavaScript
3 lines
120 B
JavaScript
/* eslint-disable import/prefer-default-export */
|
|
export { default as PostsViewContainer } from './PostsViewContainer';
|