add project

This commit is contained in:
2026-05-05 23:10:05 +03:00
parent b2b066e0d3
commit 53c040161a
46 changed files with 3824 additions and 1073 deletions
@@ -0,0 +1,11 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-project-edit.component',
imports: [],
templateUrl: './project-edit.component.html',
styleUrl: './project-edit.component.scss',
})
export class ProjectEditComponent {
}