fix(ui): remove unused Download import in Updates.tsx (TS6133)

This commit is contained in:
Yuriy 2026-01-29 16:49:42 +03:00
parent bbb66d44ae
commit 74e9cb9e0b

View File

@ -1,5 +1,5 @@
import { useState } from 'react';
import { Download, RefreshCw, Copy, Check } from 'lucide-react';
import { RefreshCw, Copy, Check } from 'lucide-react';
const UPDATER_ENDPOINT = 'https://github.com/yrippert-maker/papayu/releases/latest/download/latest.json';
const CHANNEL = 'stable';