UNPKG

99 BJavaScriptView Raw
1import React from 'react'
2
3const ThemeContext = React.createContext()
4
5export default ThemeContext