AlkantarClanX12

Your IP : 18.217.10.200


Current Path : /home/thanudqk/www/wp-content/plugins/thegem-elements/inc/templates/elements/account/js/
Upload File :
Current File : /home/thanudqk/www/wp-content/plugins/thegem-elements/inc/templates/elements/account/js/account.js

(function ($) {

    'use strict';

    const $account = $('.thegem-te-account');

    const accountScripts = {
        init: () => {
            console.log('account')
        },
    }

    // Run the function
    $(function () {
        accountScripts.init();
    });
})(jQuery);