메뉴 앤트디자인 메뉴로 교체
헤더 Breadcrumb 추가, profile 수정
This commit is contained in:
@@ -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>
|
||||
)
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user