nuevas version para colorFest

This commit is contained in:
2026-06-06 00:24:13 -07:00
parent c427a17491
commit 6271eb4ebd
13 changed files with 757 additions and 348 deletions
+9
View File
@@ -0,0 +1,9 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-banner',
imports: [],
templateUrl: './banner.html',
styleUrl: './banner.css',
})
export class Banner {}