import jwt from "./jwt"; import * as localstorage from "./localstorage"; const Utils = { ...localstorage, jwt: jwt, }; export default Utils;