style(frontend): organize imports alphabetically and improve code formatting
This commit is contained in:
@@ -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>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user