Skip to content

Commit b3d75bd

Browse files
committed
Refactored the code
1 parent 0de63a9 commit b3d75bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/chat/component/chat-page/chat-page.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { environment } from '@environment/environment';
1515
templateUrl: './chat-page.component.html',
1616
encapsulation: ViewEncapsulation.None,
1717
standalone: true,
18-
imports: [NgForOf, FormsModule, NgClass, NgIf, HttpClientModule, ClientInfoPanelComponent, TranslateModule, DatePipe],
18+
imports: [NgForOf, FormsModule, NgClass, NgIf, HttpClientModule, ClientInfoPanelComponent, TranslateModule],
1919
styleUrls: ['./chat-page.component.scss']
2020
})
2121
export class ChatComponent implements OnInit {

0 commit comments

Comments
 (0)