"use strict"; // Global API state const state = { apiConfig: null , receiverList: [] , sessionList: [] }; export default state;