메뉴 앤트디자인 메뉴로 교체

헤더 Breadcrumb 추가, profile 수정
This commit is contained in:
2025-07-07 14:25:02 +09:00
parent 0d8fb7b327
commit c4099c0cf0
34 changed files with 359 additions and 408 deletions

View File

@@ -48,6 +48,7 @@ import { useLoading } from '../../context/LoadingProvider';
import LogDetailModal from '../../components/common/modal/LogDetailModal';
import { historyTables } from '../../assets/data/data';
import { LogHistory } from '../../apis';
import { AnimatedPageWrapper } from '../../components/common/Layout';
const BattleEvent = () => {
const token = sessionStorage.getItem('token');
@@ -255,7 +256,7 @@ const BattleEvent = () => {
}
return (
<>
<AnimatedPageWrapper>
<Title>전투시스템 타임 스케줄러</Title>
<FormWrapper>
<BattleEventSearchBar
@@ -381,7 +382,7 @@ const BattleEvent = () => {
title="히스토리"
/>
</>
</AnimatedPageWrapper>
)
};