Remove unused import (Cloud) from lucide-react in sync-status-button component

This commit is contained in:
Víctor Falcón 2025-11-08 11:49:22 +00:00
parent 9d95f884a0
commit 5b558716c8
1 changed files with 1 additions and 1 deletions

View File

@ -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,