메뉴 앤트디자인 메뉴로 교체
헤더 Breadcrumb 추가, profile 수정
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { useState } from 'react';
|
||||
import { Link } from 'react-router-dom';
|
||||
import { AnimatedPageWrapper } from '../../components/common/Layout'
|
||||
|
||||
import Button from '../../components/common/button/Button';
|
||||
|
||||
@@ -29,7 +30,7 @@ const EconomicIndex = () => {
|
||||
setActiveTab(content);
|
||||
};
|
||||
return (
|
||||
<>
|
||||
<AnimatedPageWrapper>
|
||||
<Title>경제 지표</Title>
|
||||
<TabScroll>
|
||||
<TabWrapper>
|
||||
@@ -49,7 +50,7 @@ const EconomicIndex = () => {
|
||||
{/*{activeTab === 'item' && <ItemContent />}*/}
|
||||
{/*{activeTab === 'instance' && <InstanceContent />}*/}
|
||||
{/*{activeTab === 'deco' && <DecoContent />}*/}
|
||||
</>
|
||||
</AnimatedPageWrapper>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user