export const api = {}; export const sockets = {}; export const errors = []; export default { api, sockets, errors }