Add missing RotateCcw import in settings view

Co-authored-by: GTheMachine <156854865+GTheMachine@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-10 17:42:56 +00:00
committed by Kacper
parent 8095a3aef7
commit 1edb7f6b62

View File

@@ -40,6 +40,7 @@ import {
TestTube,
Settings2,
RefreshCw,
RotateCcw,
} from "lucide-react";
import { getElectronAPI } from "@/lib/electron";
import { Checkbox } from "@/components/ui/checkbox";