ng-implementation/my-workspace/projects/sae-lib/effects/index/index.ts

12 lines
185 B
TypeScript
Raw Normal View History

2025-09-10 13:00:31 +02:00
import {Component} from '@angular/core';
@Component({
2025-09-10 13:00:31 +02:00
selector: 'sae-main-button',
imports: [],
templateUrl: './index.html',
styleUrl: './index.css'
})
export class Index {
}