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