UNPKG

vsf-facebook-pixel

Version:
4 lines 189 B
export const SN_WISHLIST = 'wishlist' export const WISH_ADD_ITEM = SN_WISHLIST + '/ADD' export const WISH_DEL_ITEM = SN_WISHLIST + '/DEL' export const WISH_LOAD_WISH = SN_WISHLIST + '/LOAD'