메뉴 앤트디자인 메뉴로 교체
헤더 Breadcrumb 추가, profile 수정
This commit is contained in:
@@ -3,6 +3,7 @@ import { useRecoilValue } from 'recoil';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import 'react-datepicker/dist/react-datepicker.css';
|
||||
|
||||
import { AnimatedPageWrapper } from '../../components/common/Layout'
|
||||
import { authList } from '../../store/authList';
|
||||
import {
|
||||
authType,
|
||||
@@ -136,7 +137,7 @@ const CaliumRequest = () => {
|
||||
}
|
||||
|
||||
return (
|
||||
<>
|
||||
<AnimatedPageWrapper>
|
||||
<Title>칼리움 사용 수량 요청</Title>
|
||||
<FormWrapper>
|
||||
<CommonSearchBar
|
||||
@@ -250,7 +251,7 @@ const CaliumRequest = () => {
|
||||
title="히스토리"
|
||||
/>
|
||||
|
||||
</>
|
||||
</AnimatedPageWrapper>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user