Skip to content

Commit 5d00c5f

Browse files
committed
solving error conflicts
1 parent a77561e commit 5d00c5f

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/components/UpdateChecker.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ import { useTheme } from "../context/ThemeContext";
44
import { useUpdateSettings } from "../hooks/useUpdateSettings";
55
import { UpdateSettingsModal } from "./UpdateSettingsModal";
66
import clsx from "clsx";
7-
import { Settings } from "lucide-react";
8-
9-
type UpdateState =
10-
| "checking"
11-
| "available"
12-
| "downloading"
13-
| "ready"
14-
| "installing"
15-
| "none"
16-
| "error";
177

188
type UpdateState =
199
| "checking"

0 commit comments

Comments
 (0)