formatting

This commit is contained in:
proddy
2025-11-12 19:07:22 +01:00
parent 2ee433bb89
commit 10d85c6547
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -284,7 +284,6 @@ const Version = () => {
const [downloadOnly, setDownloadOnly] = useState<boolean>(false);
const [showVersionInfo, setShowVersionInfo] = useState<number>(0);
// API calls with optimized error handling
const { send: sendCheckUpgrade } = useRequest(
(versions: string) => callAction({ action: 'checkUpgrade', param: versions }),
{ immediate: false }
+1 -1
View File
@@ -1,4 +1,4 @@
// Optimized exports - use direct exports to reduce bundle size
// use direct exports to reduce bundle size
export { default as SectionContent } from './SectionContent';
export { default as ButtonRow } from './ButtonRow';
export { default as MessageBox } from './MessageBox';