Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. // Content/components/index.js
  2.  
  3. module.exports = {
  4. // All the components you'd like to render server-side
  5. CommentBox: require('./CommentBox')
  6. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement