import { Component } from '@angular/core' @Component({ selector: 'app-interface-index', template: ` `, }) export class InterfaceIndexComponent {}