delete logs and fix hydration error

This commit is contained in:
YasinOnm08 2024-10-11 10:46:05 +02:00
parent 4ed2756b9a
commit 891dabcabf
10 changed files with 37 additions and 70 deletions

View file

@ -34,7 +34,6 @@ export function importSettings(jsonData: string): void {
});
}
console.log("Settings imported successfully!");
} catch (error) {
console.error("Invalid JSON data:", error);
}