This commit is contained in:
parent
a220ff8f8f
commit
41ad886af4
|
|
@ -2,9 +2,7 @@ import { Brand } from "@/components/ui/brand"
|
||||||
import { Input } from "@/components/ui/input"
|
import { Input } from "@/components/ui/input"
|
||||||
import { Label } from "@/components/ui/label"
|
import { Label } from "@/components/ui/label"
|
||||||
import { SubmitButton } from "@/components/ui/submit-button"
|
import { SubmitButton } from "@/components/ui/submit-button"
|
||||||
//import { createClient } from "@/lib/supabase/server"
|
|
||||||
import { Database } from "@/supabase/types"
|
import { Database } from "@/supabase/types"
|
||||||
//import { createServerClient } from "@supabase/ssr"
|
|
||||||
import { getSupabaseServerClient } from "@/lib/supabase/server"
|
import { getSupabaseServerClient } from "@/lib/supabase/server"
|
||||||
import { get } from "@vercel/edge-config"
|
import { get } from "@vercel/edge-config"
|
||||||
import { Metadata } from "next"
|
import { Metadata } from "next"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue