context.js 127 Bytes
import { createContext } from 'react';
var LocaleContext = /*#__PURE__*/createContext(undefined);
export default LocaleContext;