Skip to content

Commit b750e46

Browse files
committed
fix(): gulp validate passes successfully
1 parent d9c3b19 commit b750e46

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/components/action-sheet/action-sheet-component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
import { Component, Renderer, ElementRef, HostListener, ViewEncapsulation } from '@angular/core';
22

3-
import { Animation } from '../../animations/animation';
43
import { Config } from '../../config/config';
54
import { Form } from '../../util/form';
65
import { Key } from '../../util/key';
76
import { NavParams } from '../../navigation/nav-params';
8-
import { Transition } from '../../transitions/transition';
97
import { ViewController } from '../../navigation/view-controller';
108

119

src/components/tap-click/tap-click.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Injectable, NgZone, APP_INITIALIZER } from '@angular/core';
1+
import { Injectable, NgZone } from '@angular/core';
22

33
import { Activator } from './activator';
44
import { App } from '../app/app';

0 commit comments

Comments
 (0)