html5-infobeamer-dhcp/assets/js/custom/core/mainLoop.js

15 lines
81 B
JavaScript
Raw Permalink Normal View History

2024-10-30 22:30:09 +01:00
'use strict';
let configure = () => undefined;
export {
configure
}