ng-implementation/my-workspace/projects/sae-lib/typo/index/index.ts
2025-09-22 09:59:08 +02:00

11 lines
179 B
TypeScript

import {Component} from '@angular/core';
@Component({
selector: 'sae-typo',
imports: [],
templateUrl: './index.html',
styleUrl: './index.scss'
})
export class Index {
}