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

12 lines
181 B
TypeScript
Raw Normal View History

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