UNPKG

108 BJavaScriptView Raw
1import React from 'react';
2
3const AppDataContext = React.createContext({});
4
5export default AppDataContext;