diff --git a/src/app/page.tsx b/src/app/page.tsx index b181106..26248ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,7 +24,6 @@ import { useAppUpdateNotifications } from "@/hooks/use-app-update-notifications" import type { PermissionType } from "@/hooks/use-permissions"; import { usePermissions } from "@/hooks/use-permissions"; import { useUpdateNotifications } from "@/hooks/use-update-notifications"; -import { useVersionUpdater } from "@/hooks/use-version-updater"; import { showErrorToast } from "@/lib/toast-utils"; import { sleep } from "@/lib/utils"; import type { BrowserProfile, CamoufoxConfig, GroupWithCount } from "@/types";