From b4d7b00dd1add8e1cffb7771539fa6c419b64846 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Wed, 13 Mar 2024 22:37:58 +0000 Subject: refactor: extract nodes/sockets to components --- src/context.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/context.ts') diff --git a/src/context.ts b/src/context.ts index 2e77787..054d796 100644 --- a/src/context.ts +++ b/src/context.ts @@ -1,5 +1,4 @@ import { createContext } from 'preact'; +import type { PocketBase } from 'pocketbase'; -const Pb = createContext(); - -export { Pb }; \ No newline at end of file +export const Pb = createContext(); -- cgit v1.2.3