Angular: Fix deprecation for consistency

This commit is contained in:
Michael Shilman 2021-02-10 16:29:19 +08:00
parent ffea0e975f
commit a13cab359c

View File

@ -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';