Skip to content

Commit f1ce205

Browse files
committed
fix: revert withstorybook for now
1 parent d86bc6e commit f1ce205

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/react-native/src/metro/withStorybook.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,4 @@ function withStorybook(
183183
};
184184
}
185185

186-
export { withStorybook };
187-
188-
module.exports = withStorybook;
189-
190-
module.exports.withStorybook = withStorybook;
186+
export = withStorybook;

0 commit comments

Comments
 (0)