PlanTempusApp/PlanTempus.DeprecatedApplication/TypeScript/App.ts

8 lines
94 B
TypeScript
Raw Permalink Normal View History

2025-01-03 16:21:03 +00:00

export default class App {
constructor() {
alert('fobbo');
}
}
new App();