fix(ui): remove unused Download import in Updates.tsx (TS6133)
This commit is contained in:
parent
bbb66d44ae
commit
74e9cb9e0b
@ -1,5 +1,5 @@
|
|||||||
import { useState } from 'react';
|
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 UPDATER_ENDPOINT = 'https://github.com/yrippert-maker/papayu/releases/latest/download/latest.json';
|
||||||
const CHANNEL = 'stable';
|
const CHANNEL = 'stable';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user