Skip to content

Commit

Permalink
remove cn
Browse files Browse the repository at this point in the history
  • Loading branch information
areebahmeddd committed Feb 13, 2025
1 parent 28d928d commit 696dc51
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/Patient/LinkDepartmentsSheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import { Building, Loader2, Trash2 } from "lucide-react";
import { useState } from "react";
import { toast } from "sonner";

import { cn } from "@/lib/utils";

import { Button, buttonVariants } from "@/components/ui/button";
import {
Sheet,
Expand Down Expand Up @@ -227,9 +225,7 @@ export default function LinkDepartmentsSheet({
<Loader2 className="h-4 w-4 animate-spin" />
) : (
<Trash2
className={cn(
buttonVariants({ variant: "destructive" }),
)}
className={buttonVariants({ variant: "destructive" })}
/>
)}
</Button>
Expand Down

0 comments on commit 696dc51

Please sign in to comment.