mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
fix(bundling): fix EventEmitter import
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
import { Component, Event, Prop } from '@stencil/core';
|
||||
import { EventEmitter } from 'ionicons/dist/types/stencil.core';
|
||||
import { Component, Event, EventEmitter, Prop } from '@stencil/core';
|
||||
|
||||
@Component({
|
||||
tag: 'ion-route-redirect'
|
||||
|
@ -1,5 +1,4 @@
|
||||
import { Component, Event, Prop, Watch } from '@stencil/core';
|
||||
import { EventEmitter } from 'ionicons/dist/types/stencil.core';
|
||||
import { Component, Event, EventEmitter, Prop, Watch } from '@stencil/core';
|
||||
|
||||
@Component({
|
||||
tag: 'ion-route'
|
||||
|
Reference in New Issue
Block a user