const onLogoutClick = async () => {
if (window.confirm('로그아웃 하시겠습니까?')) {
await signOut();
}
};
'React' 카테고리의 다른 글
moment로 날짜 나타내기 (0) | 2024.06.28 |
---|---|
/* eslint-disable @typescript-eslint/no-use-before-define */ (0) | 2023.10.04 |
Link to, history를 사용하기 (0) | 2022.12.04 |
메타테그란? (0) | 2022.11.15 |
배포했는데 갑자기 오류가 났다.. (0) | 2022.09.02 |