Skip to content

Commit

Permalink
Remove highlight pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderVertegaal committed Jul 4, 2024
1 parent bab4925 commit b4156a0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 74 deletions.
2 changes: 0 additions & 2 deletions frontend/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import { ExportButtonComponent } from "./spindle/export-button/export-button.com
import { FontAwesomeModule } from "@fortawesome/angular-fontawesome";
import { TableModule } from "primeng/table";
import { AethelComponent } from "./aethel/aethel.component";
import { HighlightPipe } from "./shared/pipes/highlight.pipe";
import { SpindleAboutComponent } from "./spindle/spindle-about/spindle-about.component";
import { SpindleNotationComponent } from "./spindle/spindle-notation/spindle-notation.component";
import { ReferencesComponent } from "./references/references.component";
Expand All @@ -39,7 +38,6 @@ import { SampleComponent } from "./sample/sample.component";
SpindleNotationComponent,
ReferencesComponent,
AethelComponent,
HighlightPipe,
ProofPipe,
SampleComponent,
],
Expand Down
57 changes: 0 additions & 57 deletions frontend/src/app/shared/pipes/highlight.pipe.spec.ts

This file was deleted.

15 changes: 0 additions & 15 deletions frontend/src/app/shared/pipes/highlight.pipe.ts

This file was deleted.

0 comments on commit b4156a0

Please sign in to comment.