style(frontend): organize imports alphabetically and improve code formatting

This commit is contained in:
MythEclipse
2026-06-03 03:21:20 +07:00
parent 115dacb997
commit 4a1c7925fe
20 changed files with 101 additions and 100 deletions
+3 -1
View File
@@ -87,7 +87,9 @@ function ToastContainer() {
)}
onClick={() => removeToast(toast.id)}
>
<span className="text-base leading-none">{typeIcons[toast.type]}</span>
<span className="text-base leading-none">
{typeIcons[toast.type]}
</span>
<span>{toast.message}</span>
</div>
))}