mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 21:51:48 +08:00
4 lines
168 B
JavaScript
4 lines
168 B
JavaScript
// @storybook/core was split into core-client and core-server. This file is for backwards-compat.
|
|
// TODO: remove in 7.0
|
|
module.exports = require('./dist/esm/index');
|