Files
Bridge-Multi/src-angular/app/components/library/library.component.ts
2025-07-25 22:42:56 +02:00

11 lines
182 B
TypeScript

import { Component } from '@angular/core'
@Component({
selector: 'app-library',
templateUrl: './library.component.html',
standalone: false,
})
export class LibraryComponent {
}