summaryrefslogtreecommitdiff
path: root/src/context.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/context.ts')
-rw-r--r--src/context.ts5
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