From 58c182c30136cf37f90de9b1f9849d662a921fc2 Mon Sep 17 00:00:00 2001 From: ShinjungOh <97431021+ShinjungOh@users.noreply.github.com> Date: Mon, 12 Aug 2024 23:54:18 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=83=88=20=EB=85=B8=ED=8A=B8=20?= =?UTF-8?q?=EC=9E=91=EC=84=B1=20=ED=8E=98=EC=9D=B4=EC=A7=80=20UI=20?= =?UTF-8?q?=EA=B5=AC=ED=98=84=20(#12)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: 새 노트 작성 페이지 UI 구현 * feat: 새 노트 작성 페이지 UI 구현 --- src/pages/note/NewNote.tsx | 101 ++++++++++++++++++++++++++++++++++++- 1 file changed, 99 insertions(+), 2 deletions(-) diff --git a/src/pages/note/NewNote.tsx b/src/pages/note/NewNote.tsx index 82167b7..13335dc 100644 --- a/src/pages/note/NewNote.tsx +++ b/src/pages/note/NewNote.tsx @@ -1,8 +1,105 @@ -import { Nav } from '@/shared'; +import { Box, Flex, Input, Textarea } from '@chakra-ui/react'; +import { BaseButton, Body, Nav, styleToken, Typography } from '@/shared'; export const NewNote = () => ( <>