frontend: remove unused About component from console pages

This commit is contained in:
juancarmore 2026-02-06 13:54:48 +01:00
parent 6c3d87c8bf
commit eb5144291a
4 changed files with 0 additions and 11 deletions

View File

@ -1,9 +0,0 @@
import { Component } from '@angular/core';
@Component({
selector: 'ov-about',
imports: [],
templateUrl: './about.component.html',
styleUrl: './about.component.scss'
})
export class AboutComponent {}

View File

@ -1,4 +1,3 @@
export * from './about/about.component';
export * from './config/config.component';
export * from './console/console.component';
export * from './embedded/embedded.component';