PlanTempusApp/PlanTempus.DeprecatedApplication/wwwroot/js/app.js

11 lines
145 B
JavaScript
Raw Normal View History

2025-01-03 16:21:03 +00:00
(() => {
// App.ts
var App = class {
constructor() {
alert("fobbo");
}
};
new App();
})();
//# sourceMappingURL=app.js.map