Skip to content

Commit

Permalink
fix(ui): remove intro doc causing build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Nov 2, 2023
1 parent eb5f98b commit 774796f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion docs/ui/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function getAbsolutePath(value) {
}

const config = {
stories: ['../stories/*.mdx', '../stories/*.stories.tsx', '../stories/**/*.stories.tsx'],
stories: ['../stories/*.stories.tsx', '../stories/**/*.stories.tsx'],
addons: [
getAbsolutePath('@storybook/addon-links'),
getAbsolutePath('@storybook/addon-essentials'),
Expand Down
3 changes: 0 additions & 3 deletions docs/ui/stories/Intro.mdx

This file was deleted.

0 comments on commit 774796f

Please sign in to comment.