Add read-only chat embed page. Closes #1905

This commit is contained in:
Gabe Kangas
2022-09-04 21:46:54 -07:00
parent ab4feb9bde
commit c61bea29ee
5 changed files with 74 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ module.exports = {
'../.storybook/stories-category-doc-pages/**/*.stories.mdx',
'../stories/**/*.stories.@(js|jsx|ts|tsx)',
'../components/**/*.stories.@(js|jsx|ts|tsx)',
'../pages/**/*.stories.@(js|jsx|ts|tsx)',
],
addons: [
'@storybook/addon-links',