Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Sep 2, 2024
1 parent 8a3a15c commit 9ca96c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/addons/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@
"./src/postinstall.ts"
]
}
}
}
2 changes: 1 addition & 1 deletion code/addons/test/src/postinstall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
} from 'storybook/internal/common';
import { logger } from 'storybook/internal/node-logger';

import findUp from 'find-up';
import { findUp } from 'find-up';
import c from 'tinyrainbow';
import dedent from 'ts-dedent';

Expand Down

0 comments on commit 9ca96c6

Please sign in to comment.