mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
7 lines
204 B
JavaScript
7 lines
204 B
JavaScript
import { once } from '@storybook/client-logger';
|
|
import './manager';
|
|
|
|
once.warn(
|
|
'register.js is deprecated see https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#deprecated-registerjs'
|
|
);
|