frontend: remove unused About component from console pages
This commit is contained in:
parent
6c3d87c8bf
commit
eb5144291a
@ -1 +0,0 @@
|
||||
<p>Non implemented!</p>
|
||||
@ -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 {}
|
||||
@ -1,4 +1,3 @@
|
||||
export * from './about/about.component';
|
||||
export * from './config/config.component';
|
||||
export * from './console/console.component';
|
||||
export * from './embedded/embedded.component';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user