From a0d22892c41b1df11a841e0be45d49f83d0f0ba0 Mon Sep 17 00:00:00 2001 From: ShinjungOh Date: Sat, 10 Aug 2024 23:55:00 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/note/NewNote.tsx | 51 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 49 insertions(+), 2 deletions(-) diff --git a/src/pages/note/NewNote.tsx b/src/pages/note/NewNote.tsx index 82167b7..02a90f7 100644 --- a/src/pages/note/NewNote.tsx +++ b/src/pages/note/NewNote.tsx @@ -1,8 +1,55 @@ -import { Nav } from '@/shared'; +import { Box, Button, Flex, Input } from '@chakra-ui/react'; +import { Body, Nav, Typography } from '@/shared'; export const NewNote = () => ( <>