메뉴 앤트디자인 메뉴로 교체
헤더 Breadcrumb 추가, profile 수정
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { styled } from 'styled-components';
|
||||
import { Link } from 'react-router-dom';
|
||||
import React, { Fragment, useRef, useState } from 'react';
|
||||
import { AnimatedPageWrapper } from '../../components/common/Layout'
|
||||
|
||||
import {
|
||||
Title,
|
||||
@@ -158,7 +159,7 @@ const LandInfoView = () => {
|
||||
}
|
||||
|
||||
return (
|
||||
<>
|
||||
<AnimatedPageWrapper>
|
||||
<Title>랜드 정보 조회</Title>
|
||||
<FormWrapper>
|
||||
<LandInfoSearchBar
|
||||
@@ -240,7 +241,7 @@ const LandInfoView = () => {
|
||||
content={detailData}
|
||||
setDetailData={setDetailData}
|
||||
/>
|
||||
</>
|
||||
</AnimatedPageWrapper>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user