diff --git a/assets/js/app.js b/assets/js/app.js new file mode 100644 index 00000000..33601634 --- /dev/null +++ b/assets/js/app.js @@ -0,0 +1,21 @@ +/* ---------------------------------------------------------------------------- + * Easy!Appointments - Open Source Web Scheduler + * + * @package EasyAppointments + * @author A.Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link http://easyappointments.org + * @since v1.5.0 + * ---------------------------------------------------------------------------- */ + +window.App = (function () { + return { + Components: {}, + Http: {}, + Lang: {}, + Layouts: {}, + Pages: {}, + Utils: {} + }; +})();