Skip to content

Commit

Permalink
Update shared.module.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Dec 19, 2023
1 parent 430b053 commit da9a82f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/app/modules/shared.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import { FormsModule, ReactiveFormsModule } from "@angular/forms";

// Application specific imports
import { MaterialModule } from "./material.module";
import { DateSincePipe } from "src/app/pipes/date-since.pipe";
import { MarkedPipe } from "src/app/pipes/marked.pipe";
import { DatePipe } from "src/app/pipes/date.pipe";
import { MarkedPipe } from "src/app/pipes/marked.pipe";
import { SortByPipe } from "src/app/pipes/sort-by.pipe";
import { DateSincePipe } from "src/app/pipes/date-since.pipe";

@NgModule({
declarations: [
Expand Down

0 comments on commit da9a82f

Please sign in to comment.