feat: update docs

This commit is contained in:
Henry
2024-12-28 23:20:24 +00:00
parent fa0b7cf539
commit 8189d4cf39
27 changed files with 76 additions and 1497 deletions

View File

@@ -1,6 +1,6 @@
import { createBrowserClient } from "@supabase/ssr";
import { type Database } from "@kan/db/types/database.types";
import type { Database } from "@kan/db/types/database.types";
export default function createClient() {
const supabase = createBrowserClient<Database>(