We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e901ffa commit 8ae8975Copy full SHA for 8ae8975
1 file changed
packages/db-store/src/index.ts
@@ -9,7 +9,7 @@ import {
9
DEV,
10
} from "solid-js";
11
import { createStore, reconcile, SetStoreFunction, Store, unwrap } from "solid-js/store";
12
-import { createClient, RealtimePostgresChangesPayload, SupabaseClient } from "@supabase/supabase-js";
+import { RealtimePostgresChangesPayload, SupabaseClient } from "@supabase/supabase-js";
13
14
export type DbRow = Record<string, any>;
15
0 commit comments