ng-implementation/my-workspace/projects/sae-lib/strokes/index/index.ts
2025-09-16 16:50:21 +02:00

11 lines
181 B
TypeScript

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