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
/* This style is for demonstration purposes only. *//* It's not required for the tabs to function. */
.example-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height:100%;
gap:10px;
}