2025-09-10 13:00:31 +02:00
|
|
|
import {Component} from '@angular/core';
|
2025-08-14 14:46:35 +02:00
|
|
|
|
|
|
|
@Component({
|
2025-09-16 16:50:21 +02:00
|
|
|
selector: 'sae-typo',
|
2025-08-14 14:46:35 +02:00
|
|
|
imports: [],
|
|
|
|
templateUrl: './index.html',
|
2025-09-22 09:59:08 +02:00
|
|
|
styleUrl: './index.scss'
|
2025-08-14 14:46:35 +02:00
|
|
|
})
|
|
|
|
export class Index {
|
|
|
|
|
|
|
|
}
|