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