You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The listofspells and healmessage functions in app.jsx should ideally use camel case, i.e. listOfSpells and healMessage, or even snake case, i.e. list_of_spells / heal_message. But the former is still better imho