index
:
nodes
main
Node editor
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
context.ts
blob: 2e77787c29f8c895fd6bc51d93ccd0a3e82186c2 (
plain
)
1
2
3
4
5
import { createContext } from 'preact'; const Pb = createContext(); export { Pb };