Skip to content

Commit

Permalink
fix(pipe): bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
nlm-pro committed Nov 26, 2018
1 parent 072db0b commit 8ba41d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion steps/pipe-solution/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { CardComponent } from './shared/card';
import { AddDialogComponent } from './people/add-dialog/add-dialog.component';
import { FormComponent } from './shared/form';
import { UpdateComponent } from './update/update.component';
import { PeopleService } from 'app/shared/people-service';
import { PeopleService } from './shared/people-service';

@NgModule({
imports: [
Expand Down
2 changes: 1 addition & 1 deletion steps/pipe/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { CardComponent } from './shared/card';
import { AddDialogComponent } from './people/add-dialog/add-dialog.component';
import { FormComponent } from './shared/form';
import { UpdateComponent } from './update/update.component';
import { PeopleService } from 'app/shared/people-service';
import { PeopleService } from './shared/people-service';

@NgModule({
imports: [
Expand Down

0 comments on commit 8ba41d7

Please sign in to comment.