From 9439890488436883e3c1d1c2bfa1c13d9f819cb8 Mon Sep 17 00:00:00 2001 From: Esdras Renan Date: Sat, 18 Oct 2025 23:07:17 -0300 Subject: [PATCH] chore(desktop): drop unused react import --- apps/desktop/src/components/DeactivationScreen.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/desktop/src/components/DeactivationScreen.tsx b/apps/desktop/src/components/DeactivationScreen.tsx index fc97b58..d65f43b 100644 --- a/apps/desktop/src/components/DeactivationScreen.tsx +++ b/apps/desktop/src/components/DeactivationScreen.tsx @@ -1,4 +1,3 @@ -import React from "react" import { RefreshCw, Mail } from "lucide-react" export function DeactivationScreen({ companyName }: { companyName?: string | null }) {