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,11 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-long-button-dark',
imports: [],
templateUrl: './long-button-dark.component.html',
styleUrl: './long-button-dark.component.css'
})
export class LongButtonDarkComponent {
}