Skip to content

Commit

Permalink
Merge pull request #121 from NSWC-Crane/CHRIS_DEV
Browse files Browse the repository at this point in the history
Imports addition
  • Loading branch information
crodriguez6497 authored Dec 17, 2024
2 parents f0fd8ac + 7318220 commit 8367cda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { FormsModule } from '@angular/forms';
import { CardModule } from 'primeng/card';
import { ButtonModule } from 'primeng/button';
import { ToastModule } from 'primeng/toast';
import { InputTextareaModule } from 'primeng/inputtextarea';

interface ExportColumn {
title: string;
Expand All @@ -32,6 +33,7 @@ interface Label {
CardModule,
CommonModule,
FormsModule,
InputTextareaModule,
MultiSelectModule,
TableModule,
ToastModule,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { DialogModule } from 'primeng/dialog';
import { InputTextModule } from 'primeng/inputtext';
import { ToastModule } from 'primeng/toast';
import { TooltipModule } from 'primeng/tooltip';
import { InputTextareaModule } from 'primeng/inputtextarea';

interface Reference {
type: string;
Expand All @@ -32,6 +33,7 @@ interface ExportColumn {
TableModule,
ButtonModule,
InputTextModule,
InputTextareaModule,
MultiSelectModule,
DialogModule,
ToastModule,
Expand Down

0 comments on commit 8367cda

Please sign in to comment.