import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-layout-chat-right-drawer-file-box', templateUrl: './file-box.component.html', styleUrls: ['./file-box.component.scss'] }) export class FileBoxComponent implements OnInit { constructor() {} ngOnInit() {} }