UNPKG

128 BJavaScriptView Raw
1import React from 'react';
2var context = React.createContext(null);
3context.displayName = 'CardContext';
4export default context;
\No newline at end of file