added future ui components file

This commit is contained in:
AdamBtech
2025-05-23 22:36:24 +02:00
parent 4f17b07f70
commit f19e4ae9f4
15 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1 @@
<p>chip-container works!</p>

View File

@@ -0,0 +1,11 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-chip-container',
imports: [],
templateUrl: './chip-container.component.html',
styleUrl: './chip-container.component.css'
})
export class ChipContainerComponent {
}