chore(desktop): drop unused react import

This commit is contained in:
Esdras Renan 2025-10-18 23:07:17 -03:00
parent 83cc02fd1a
commit 9439890488

View file

@ -1,4 +1,3 @@
import React from "react"
import { RefreshCw, Mail } from "lucide-react" import { RefreshCw, Mail } from "lucide-react"
export function DeactivationScreen({ companyName }: { companyName?: string | null }) { export function DeactivationScreen({ companyName }: { companyName?: string | null }) {