fix: unused var

This commit is contained in:
Nathnael
2026-07-09 12:51:12 +00:00
parent 632951268f
commit e5d2bb2f63

View File

@@ -33,7 +33,6 @@ import {
X,
} from "lucide-react";
import { PROFILE_TYPE_LABELS } from "@/constants/profileMode";
import useAuth from "@/hooks/useAuth";
import { api } from "@/services/api";
import { ContractCustomerAction } from "@/components/customer-actions/ContractCustomerAction";