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 }) {