Skip to content

Commit

Permalink
Change case of pipes folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kawazoe committed Aug 1, 2020
1 parent 88fa076 commit ee40a4e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Westmoor.DowntimePlanner/ClientApp/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ import { AlertBoxComponent } from './components/alert-box/alert-box.component';
import { OwnershipComponent } from './components/ownership/ownership.component';
import { PickerComponent } from './components/picker/picker.component';
import { ProgressesPresenterComponent } from './components/progresses-presenter/progresses-presenter.component';
import { CastPipe } from './pipes_/cast.pipe';
import { CanPipe } from './pipes_/can.pipe';
import { IncludesPipe } from './pipes_/includes.pipe';
import { FilterPipe } from './pipes_/filter.pipe';
import { CastPipe } from './pipes/cast.pipe';
import { CanPipe } from './pipes/can.pipe';
import { IncludesPipe } from './pipes/includes.pipe';
import { FilterPipe } from './pipes/filter.pipe';
import { TermsOfServiceComponent } from './terms-of-service/terms-of-service.component';
import { ErrorHandlerService } from './error-handler.service';

Expand Down

0 comments on commit ee40a4e

Please sign in to comment.