mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(knip): trim dead exports and tool noise
This commit is contained in:
@@ -92,7 +92,7 @@ function getRuntime(): 'web' | 'electron' | 'android' {
|
||||
return 'web';
|
||||
}
|
||||
|
||||
export interface UseFileUploadOptions {
|
||||
interface UseFileUploadOptions {
|
||||
onUploadComplete: (url: string, fileName: string) => void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user