Skip to content

Commit 1470770

Browse files
committed
style: lint
1 parent 72af568 commit 1470770

File tree

6 files changed

+5
-11
lines changed

6 files changed

+5
-11
lines changed

packages/angular/common/src/directives/navigation/tabs.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
AfterViewInit,
1111
QueryList,
1212
} from '@angular/core';
13-
1413
import { printIonError } from '@ionic/core';
1514

1615
import { NavController } from '../../providers/nav-controller';

packages/angular/common/src/providers/angular-delegate.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
InjectionToken,
1010
ComponentRef,
1111
} from '@angular/core';
12+
import { printIonError } from '@ionic/core';
1213
import {
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-
2322
import { NavParams } from '../directives/navigation/nav-params';
2423

2524
import { ConfigToken } from './config';

packages/react/src/components/IonIcon.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import React from 'react';
2-
31
import { printIonWarning } from '@ionic/core';
2+
import React from 'react';
43

54
import { NavContext } from '../contexts/NavContext';
65

packages/react/src/components/IonRedirect.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import React from 'react';
2-
31
import { printIonError } from '@ionic/core';
2+
import React from 'react';
43

54
import { NavContext } from '../contexts/NavContext';
65

packages/react/src/components/IonRoute.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import React from 'react';
2-
31
import { printIonError } from '@ionic/core';
2+
import React from 'react';
43

54
import { NavContext } from '../contexts/NavContext';
65

packages/vue/src/hooks/lifecycle.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1+
import { printIonWarning } from "@ionic/core";
12
import type { ComponentInternalInstance } from "vue";
23
import { getCurrentInstance } from "vue";
34

4-
import { printIonWarning } from "@ionic/core";
5-
65
import { LifecycleHooks } from "../utils";
76

87
/**

0 commit comments

Comments
 (0)