@Icon("book-open", "h-7 w-7 text-brand")
Bookhoard
Welcome back
if sessionExpired {
@Icon("info", "h-4 w-4 mt-0.5 shrink-0 text-brand")
Your session has expired. Please log in again to continue.
}
if deleted {
@Icon("check-circle", "h-4 w-4 mt-0.5 shrink-0 text-success")
Your account has been deleted successfully.
}
}