Fix duplicate Button import causing 'Identifier Button has already been declared'
cgen-add902eff5e040fc9df37ebb30a9e34a
This commit is contained in:
parent
9ad65cedeb
commit
a75782c700
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ import { Button } from "@/components/ui/button";
|
|||
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
|
||||
import { Tabs, TabsList, TabsTrigger, TabsContent } from "@/components/ui/tabs";
|
||||
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { supabase } from "@/lib/supabase";
|
||||
import { devconnect } from "@/lib/supabase-devconnect";
|
||||
import { useEffect, useMemo, useState } from "react";
|
||||
|
|
|
|||
Loading…
Reference in a new issue