From 2d28a4b61a8dfec91550e9af5792df894977e7a5 Mon Sep 17 00:00:00 2001 From: GuDoYoon Date: Sun, 29 Sep 2024 23:35:21 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Publish(##22):=20=EB=A9=94?= =?UTF-8?q?=EC=9D=B8=ED=8E=98=EC=9D=B4=EC=A7=80=20=EA=B7=B8=EB=A6=AC?= =?UTF-8?q?=EB=93=9C=EC=8B=9C=EC=8A=A4=ED=85=9C=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/main/Main.tsx | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/src/pages/main/Main.tsx b/src/pages/main/Main.tsx index dade790..490465d 100644 --- a/src/pages/main/Main.tsx +++ b/src/pages/main/Main.tsx @@ -3,8 +3,28 @@ import { LayOutDiv, FeatureDiv } from './style'; export default function Main() { return ( - - 사이드바 + + + 로고 + + {['learining', 'Ranking', 'quest', 'store', 'profile', 'setting'].map( + (value, index) => ( + + {value} + + ) + )}