diff options
Diffstat (limited to 'src/context.ts')
| -rw-r--r-- | src/context.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/context.ts b/src/context.ts new file mode 100644 index 0000000..2e77787 --- /dev/null +++ b/src/context.ts @@ -0,0 +1,5 @@ +import { createContext } from 'preact'; + +const Pb = createContext(); + +export { Pb };
\ No newline at end of file |
