Use DevConnect client in Directory with fallback
cgen-f7c5a3a5a67e4cedaa91b66db1b9dcfd
This commit is contained in:
parent
fb496e9ece
commit
f926d6af44
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import { Button } from "@/components/ui/button";
|
|||
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
|
||||
import { Tabs, TabsList, TabsTrigger, TabsContent } from "@/components/ui/tabs";
|
||||
import { supabase } from "@/lib/supabase";
|
||||
import { devconnect, hasDevConnect } from "@/lib/supabase-devconnect";
|
||||
import { useEffect, useMemo, useState } from "react";
|
||||
|
||||
function initials(name?: string | null) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue