From a9aa246f58dcb2664c4e7a1bd98e69c19e7d7000 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Tue, 12 Mar 2024 14:52:25 +0000 Subject: Add rudimentary backend and auth --- src/pb.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/pb.ts (limited to 'src/pb.ts') 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 -- cgit v1.2.3