mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 22:29:38 +00:00
Rename to library
This commit is contained in:
10
src-angular/app/components/library/library.component.ts
Normal file
10
src-angular/app/components/library/library.component.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Component } from '@angular/core'
|
||||
|
||||
@Component({
|
||||
selector: 'app-library',
|
||||
templateUrl: './library.component.html',
|
||||
standalone: false,
|
||||
})
|
||||
export class LibraryComponent {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user