plc_control/web/ops/js/app.js

6 lines
90 B
JavaScript

function bootstrap() {
console.log("Operation system app initialized");
}
bootstrap();