Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gossi committed Jan 24, 2024
1 parent b473e8f commit 3eb0c57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ember-link/src/services/link-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ import { BEHAVIOR, prevent } from '../-behavior';
import { getOwner } from '../-owner';
import Link from '../link';

import type { RouteModel } from '../-models';
import type { Behavior } from '../-behavior';
import type { RouteModel } from '../-models';
import type { LinkParams } from '../-params';
import type Owner from '@ember/owner';
import type RouteInfo from '@ember/routing/route-info';
import type RouterService from '@ember/routing/router-service';
import type Transition from '@ember/routing/transition';
import Owner from '@ember/owner';

interface RouterServiceWithRecognize extends RouterService {
recognize(url: string): RouteInfo;
Expand Down

0 comments on commit 3eb0c57

Please sign in to comment.