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

15 lines
81 B
JavaScript
Raw Normal View History

2024-01-08 21:32:04 +01:00
'use strict';
let configure = () => undefined;
export {
configure
}