src/app/landing/file-selection/file-selection.component.ts
import {Component} from '@angular/core';
import {FileReaderComponent} from './file-reader/file-reader.component';
@Component({
selector: 'app-file-selection',
templateUrl: './file-selection.component.html',
styleUrls: ['./file-selection.component.css'],
})
export class FileSelectionComponent {
constructor() {
}
}