blowfish/src/renderer/store/createContext.jsx

6 lines
97 B
React
Raw Normal View History

2019-05-05 13:34:21 +02:00
import { createContext } from 'react'
const AppContext = createContext()
2019-05-05 13:34:21 +02:00
2019-05-08 21:41:24 +02:00
export { AppContext }