diff --git a/src/App.jsx b/src/App.jsx index 7c6c2db..d8ef454 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -36,6 +36,7 @@ const AppContent = () => { // Initialize status bar with theme-aware configuration useStatusBar() + const { offlineReady: [offlineReady, setOfflineReady], // eslint-disable-line no-unused-vars needRefresh: [needRefresh, setNeedRefresh],