mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
Angular: Fix deprecation for consistency
This commit is contained in:
parent
ffea0e975f
commit
a13cab359c
@ -3,7 +3,7 @@ import { BrowserModule } from '@angular/platform-browser';
|
||||
import dedent from 'ts-dedent';
|
||||
|
||||
import { Subject } from 'rxjs';
|
||||
import { deprecate } from 'util';
|
||||
import deprecate from 'util-deprecate';
|
||||
import { ICollection, StoryFnAngularReturnType } from '../types';
|
||||
import { Parameters } from '../types-6-0';
|
||||
import { storyPropsProvider } from './StorybookProvider';
|
||||
|
Loading…
x
Reference in New Issue
Block a user