Skip to content

Commit

Permalink
removed truncateName import
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiaswright committed Nov 18, 2023
1 parent 147aca0 commit 0ac7f62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ import { TruncateNamesPipe } from './truncate-names.pipe';
imports: [
BrowserModule,
AppRoutingModule,
FormsModule,
TruncateNamesPipe
FormsModule
]
})
export class AppModule { }

0 comments on commit 0ac7f62

Please sign in to comment.