From 5b558716c844dc91b191812076236fcd28684ad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vi=CC=81ctor=20Falco=CC=81n?= Date: Sat, 8 Nov 2025 11:49:22 +0000 Subject: [PATCH] Remove unused import (Cloud) from lucide-react in sync-status-button component --- resources/js/components/sync-status-button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/components/sync-status-button.tsx b/resources/js/components/sync-status-button.tsx index baa209b3..eb15e8b3 100644 --- a/resources/js/components/sync-status-button.tsx +++ b/resources/js/components/sync-status-button.tsx @@ -1,4 +1,4 @@ -import { Cloud, CloudAlert, CloudCheck, CloudOff, RefreshCw } from 'lucide-react'; +import { CloudAlert, CloudCheck, CloudOff, RefreshCw } from 'lucide-react'; import { Button } from '@/components/ui/button'; import { Tooltip,