iflrandevu/assets/js/layouts/message_layout.js

20 lines
641 B
JavaScript
Raw Normal View History

2021-12-11 00:02:29 +03:00
/* ----------------------------------------------------------------------------
2022-01-18 15:05:42 +03:00
* Easy!Appointments - Online Appointment Scheduler
2021-12-11 00:02:29 +03:00
*
* @package EasyAppointments
* @author A.Tselegidis <alextselegidis@gmail.com>
2021-12-18 19:43:45 +03:00
* @copyright Copyright (c) Alex Tselegidis
* @license https://opensource.org/licenses/GPL-3.0 - GPLv3
* @link https://easyappointments.org
2021-12-11 00:02:29 +03:00
* @since v1.5.0
* ---------------------------------------------------------------------------- */
/**
* Message layout.
*
* This module implements the message layout functionality.
*/
2021-12-11 00:02:29 +03:00
window.App.Layouts.Message = (function () {
return {};
})();