Skip to content

Commit

Permalink
Swap root order
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho committed Jul 10, 2024
1 parent ed236ae commit 840c973
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/ui/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ function getAbsolutePath(value) {
const config = {
stories: [
{
directory: '../components',
directory: '../src',
files: '**/@(*.stories.@(js|jsx|mjs|ts|tsx)|*.mdx)',
titlePrefix: 'Deprecated',
titlePrefix: 'UI library',
},
{
directory: '../src',
directory: '../components',
files: '**/@(*.stories.@(js|jsx|mjs|ts|tsx)|*.mdx)',
titlePrefix: 'UI library',
titlePrefix: 'Deprecated',
},
],
addons: [
Expand Down

0 comments on commit 840c973

Please sign in to comment.