optimize boot sequnse
This commit is contained in:
@@ -4,7 +4,7 @@ import { useNavigate } from 'react-router-dom';
|
||||
import { useToast } from '@/hooks/useToast.wrapper';
|
||||
import { resetAllStorageData } from '@/utils/storageUtils';
|
||||
import { clearCloudData } from '@/utils/sync/clearCloudData';
|
||||
import { useAuth } from '@/contexts/auth/AuthProvider';
|
||||
import { useAuth } from '@/contexts/auth';
|
||||
import { isSyncEnabled, setSyncEnabled } from '@/utils/sync/syncSettings';
|
||||
|
||||
export interface DataResetResult {
|
||||
|
||||
Reference in New Issue
Block a user