import { createContext } from 'preact'; const Pb = createContext(); export { Pb };