This commit is contained in:
2026-03-10 13:36:45 +03:30
parent 45d48f79dc
commit b379787002
208 changed files with 2328 additions and 2510 deletions
@@ -0,0 +1,9 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-user',
templateUrl: './single.component.html',
})
export class UserComponent {
constructor() {}
}