Skip to content

Commit 8ae8975

Browse files
committed
fix: remove superfluous import
1 parent e901ffa commit 8ae8975

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/db-store/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
DEV,
1010
} from "solid-js";
1111
import { createStore, reconcile, SetStoreFunction, Store, unwrap } from "solid-js/store";
12-
import { createClient, RealtimePostgresChangesPayload, SupabaseClient } from "@supabase/supabase-js";
12+
import { RealtimePostgresChangesPayload, SupabaseClient } from "@supabase/supabase-js";
1313

1414
export type DbRow = Record<string, any>;
1515

0 commit comments

Comments
 (0)