Skip to content

Commit e629e29

Browse files
committed
fix(): linting
1 parent d351b25 commit e629e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/nav/nav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Build, Component, Element, Event, EventEmitter, Method, Prop, Watch } from '@stencil/core';
22
import { ViewLifecycle } from '../..';
3-
import { Animation, ComponentProps, Config, FrameworkDelegate, GestureDetail, Mode, NavComponent, NavOptions, NavOutlet, NavResult,QueueController, RouteID, RouteWrite, TransitionDoneFn, TransitionInstruction } from '../../interface';
3+
import { Animation, ComponentProps, Config, FrameworkDelegate, GestureDetail, Mode, NavComponent, NavOptions, NavOutlet, NavResult, QueueController, RouteID, RouteWrite, TransitionDoneFn, TransitionInstruction } from '../../interface';
44
import { assert } from '../../utils/helpers';
55
import { TransitionOptions, lifecycle, transition } from '../../utils/transition';
66
import { RouterIntent } from '../router/utils/constants';

0 commit comments

Comments
 (0)