diff options
Diffstat (limited to 'components/PostList/index.js')
-rw-r--r-- | components/PostList/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/PostList/index.js b/components/PostList/index.js new file mode 100644 index 0000000..dbb515e --- /dev/null +++ b/components/PostList/index.js @@ -0,0 +1,3 @@ +import PostList from './PostList' + +export default PostList |