We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77561e commit 5d00c5fCopy full SHA for 5d00c5f
1 file changed
src/components/UpdateChecker.tsx
@@ -4,16 +4,6 @@ import { useTheme } from "../context/ThemeContext";
4
import { useUpdateSettings } from "../hooks/useUpdateSettings";
5
import { UpdateSettingsModal } from "./UpdateSettingsModal";
6
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";
17
18
type UpdateState =
19
| "checking"
0 commit comments