feat: update docs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { EmailOtpType } from "@supabase/supabase-js";
|
||||
import type { NextRequest } from "next/server";
|
||||
import { NextResponse } from "next/server";
|
||||
import { type EmailOtpType } from "@supabase/supabase-js";
|
||||
|
||||
import * as memberRepo from "@kan/db/repository/member.repo";
|
||||
import * as userRepo from "@kan/db/repository/user.repo";
|
||||
|
||||
@@ -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>(
|
||||
|
||||
Reference in New Issue
Block a user