mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-17 00:05:59 +08:00
6 lines
193 B
JavaScript
6 lines
193 B
JavaScript
require('@storybook/client-logger').once.warn(
|
|
'register.js is deprecated see https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#deprecated-registerjs'
|
|
);
|
|
|
|
require('./manager');
|