UNPKG

@shopgate/pwa-common

Version:

Common library for the Shopgate Connect PWA.

9 lines (8 loc) 231 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. */ const getUser = fetchUser; export default getUser;