diff --git a/styleguide.config.js b/styleguide.config.js index af5f8fdf1..aaa7e2d53 100644 --- a/styleguide.config.js +++ b/styleguide.config.js @@ -7,6 +7,11 @@ const propsParser = typescriptSupport.withCustomConfig('./tsconfig.json').parse; module.exports = { sections: [ + { + name: 'Components', + description: '', + components: 'ts/components/*.tsx', + }, { name: 'Conversation', description: 'Everything necessary to render a conversation',