Skip to content

Commit

Permalink
fix(router): tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Mar 9, 2018
1 parent f671008 commit 1ace045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/components/router/router.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { Build, Component, Element, Listen, Method, Prop } from '@stencil/core';
import { Config, DomController } from '../../index';
import { flattenRouterTree, readRoutes, readRedirects } from './utils/parser';
import { flattenRouterTree, readRedirects, readRoutes } from './utils/parser';
import { readNavState, writeNavState } from './utils/dom';
import { chainToPath, generatePath, parsePath, readPath, writePath } from './utils/path';
import { RouteChain, RouteRedirect } from './utils/interfaces';
import { routerIDsToChain, routerPathToChain, routeRedirect } from './utils/matching';
import { routeRedirect, routerIDsToChain, routerPathToChain } from './utils/matching';


@Component({
Expand Down

0 comments on commit 1ace045

Please sign in to comment.