diff --git a/bun.lockb b/bun.lockb index 69c30ee..ea45db7 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/client/main.tsx b/src/client/main.tsx index f219b9e..66d44e2 100644 --- a/src/client/main.tsx +++ b/src/client/main.tsx @@ -841,16 +841,6 @@ function SyncSettingsView({ updateAvailable, onUpdate, currentClientVersion }: { return (
- {/* Updates Section */} - - - {/* Import Data Section */} - - {/* Chores Management Section */} @@ -859,6 +849,16 @@ function SyncSettingsView({ updateAvailable, onUpdate, currentClientVersion }: { {/* Sync Settings */} + + {/* Import Data Section */} + + + {/* Updates Section */} +
);