UNPKG

@commercelayer/react-components

Version:
2 lines 198 B
"use client"; import{createContext}from"react";import{giftCardInitialState}from"../reducers/GiftCardReducer";const GiftCardContext=createContext(giftCardInitialState);export default GiftCardContext;