File tree Expand file tree Collapse file tree 6 files changed +5
-11
lines changed Expand file tree Collapse file tree 6 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import {
1010 AfterViewInit ,
1111 QueryList ,
1212} from '@angular/core' ;
13-
1413import { printIonError } from '@ionic/core' ;
1514
1615import { NavController } from '../../providers/nav-controller' ;
Original file line number Diff line number Diff line change 99 InjectionToken ,
1010 ComponentRef ,
1111} from '@angular/core' ;
12+ import { printIonError } from '@ionic/core' ;
1213import {
1314 FrameworkDelegate ,
1415 LIFECYCLE_DID_ENTER ,
@@ -18,8 +19,6 @@ import {
1819 LIFECYCLE_WILL_UNLOAD ,
1920} from '@ionic/core/components' ;
2021
21- import { printIonError } from '@ionic/core' ;
22-
2322import { NavParams } from '../directives/navigation/nav-params' ;
2423
2524import { ConfigToken } from './config' ;
Original file line number Diff line number Diff line change 1- import React from 'react' ;
2-
31import { printIonWarning } from '@ionic/core' ;
2+ import React from 'react' ;
43
54import { NavContext } from '../contexts/NavContext' ;
65
Original file line number Diff line number Diff line change 1- import React from 'react' ;
2-
31import { printIonError } from '@ionic/core' ;
2+ import React from 'react' ;
43
54import { NavContext } from '../contexts/NavContext' ;
65
Original file line number Diff line number Diff line change 1- import React from 'react' ;
2-
31import { printIonError } from '@ionic/core' ;
2+ import React from 'react' ;
43
54import { NavContext } from '../contexts/NavContext' ;
65
Original file line number Diff line number Diff line change 1+ import { printIonWarning } from "@ionic/core" ;
12import type { ComponentInternalInstance } from "vue" ;
23import { getCurrentInstance } from "vue" ;
34
4- import { printIonWarning } from "@ionic/core" ;
5-
65import { LifecycleHooks } from "../utils" ;
76
87/**
You can’t perform that action at this time.
0 commit comments