Update customers module comment

This commit is contained in:
Alex Tselegidis 2022-01-07 08:59:03 +01:00
parent 547e681a22
commit 62357dfc36
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
/**
* Customers page module.
*
* This class contains the methods that are used in the backend customers page.
* This module contains the methods that are used in the customers page.
*/
App.Pages.Customers = (function () {
const $customers = $('#customers');