Initial commit

This commit is contained in:
2024-12-27 19:40:38 -05:00
commit 90c3ef1f65
61 changed files with 18411 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: 'app.component.html',
styleUrls: ['app.component.scss'],
standalone: false,
})
export class AppComponent {
constructor() {}
}