Skip to content

Commit

Permalink
remove unnecesary module
Browse files Browse the repository at this point in the history
  • Loading branch information
SoyDiego committed Dec 14, 2023
1 parent a2b3cdc commit 2ce3d4d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { StyleDoc } from './styledoc';
import { RouterModule } from '@angular/router';
import { AccessibilityDoc } from './accessibilitydoc';
import { ReactiveFormsDoc } from './reactiveformsdoc';
import { CheckboxModule } from 'primeng/checkbox';

@NgModule({
imports: [CommonModule, AppCodeModule, AppDocModule, TriStateCheckboxModule, FormsModule, ReactiveFormsModule, RouterModule],
Expand Down

0 comments on commit 2ce3d4d

Please sign in to comment.