Skip to content

Commit 8e47101

Browse files
committed
fix(bundling): fix EventEmitter import
1 parent 04e807f commit 8e47101

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

core/src/components/route-redirect/route-redirect.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { Component, Event, Prop } from '@stencil/core';
2-
import { EventEmitter } from 'ionicons/dist/types/stencil.core';
1+
import { Component, Event, EventEmitter, Prop } from '@stencil/core';
32

43
@Component({
54
tag: 'ion-route-redirect'

core/src/components/route/route.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { Component, Event, Prop, Watch } from '@stencil/core';
2-
import { EventEmitter } from 'ionicons/dist/types/stencil.core';
1+
import { Component, Event, EventEmitter, Prop, Watch } from '@stencil/core';
32

43
@Component({
54
tag: 'ion-route'

0 commit comments

Comments
 (0)