UNPKG

@shopgate/pwa-common

Version:

Common library for the Shopgate Connect PWA.

5 lines 222 B
import fetchUser from"./fetchUser";/** * Get the current user * @return {Function} A redux thunk. * @deprecated Will be removed in the near future. Use fetchUser instead. */var getUser=fetchUser;export default getUser;