import { createContext } from 'preact' const ComponentContext = createContext | null>(null) export default ComponentContext