메뉴 앤트디자인 메뉴로 교체
헤더 Breadcrumb 추가, profile 수정
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import React, { Fragment, useCallback, useState } from 'react';
|
||||
|
||||
import { AnimatedPageWrapper } from '../../components/common/Layout'
|
||||
import { CommonSearchBar } from '../../components/ServiceManage';
|
||||
import { Title, FormWrapper } from '../../styles/Components';
|
||||
import { authType } from '../../assets/data';
|
||||
@@ -51,7 +52,7 @@ const LogView = () => {
|
||||
};
|
||||
|
||||
return (
|
||||
<>
|
||||
<AnimatedPageWrapper>
|
||||
<Title>사용 이력 조회</Title>
|
||||
|
||||
{/* 조회조건 */}
|
||||
@@ -99,7 +100,7 @@ const LogView = () => {
|
||||
title="상세정보"
|
||||
/>
|
||||
|
||||
</>
|
||||
</AnimatedPageWrapper>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user