refactor(ivy): remove unnecessary D instruction (#21484)
PR Close #21484
This commit is contained in:

committed by
Miško Hevery

parent
21e37e47c6
commit
e18f1de003
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
import {ViewEncapsulation} from '../../src/core';
|
||||
import {D, E, T, b, defineComponent, e, markDirty, t} from '../../src/render3/index';
|
||||
import {E, T, b, defineComponent, e, markDirty, t} from '../../src/render3/index';
|
||||
import {createRendererType2} from '../../src/view/index';
|
||||
|
||||
import {getRendererFactory2} from './imported_renderer2';
|
||||
|
Reference in New Issue
Block a user