Skip to content

Commit

Permalink
import route changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KrunalLathiya committed Feb 14, 2018
1 parent 0c4a31b commit 4ffd5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Expand Up @@ -8,7 +8,7 @@ import { AppComponent } from './app.component';
import { IndexComponent } from './components/index/index.component';
import { CreateComponent } from './components/create/create.component';
import { EditComponent } from './components/edit/edit.component';
import appRoutes from './routerConfig';
import { appRoutes } from './routerConfig';

import { CoinService } from './coin.service';

Expand Down

0 comments on commit 4ffd5d1

Please sign in to comment.