mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
10 lines
255 B
TypeScript
10 lines
255 B
TypeScript
import { createClient } from "@supabase/supabase-js";
|
|
import {} from "@supabase/supabase-js/dist/main/lib/types";
|
|
|
|
export * from "./types";
|
|
export * from "./utils";
|
|
export * from "./dataProvider";
|
|
export * from "./liveProvider";
|
|
|
|
export { createClient };
|