From 417694dc7bc02ca4a4bf39858a789792ae1f3c97 Mon Sep 17 00:00:00 2001 From: wonil Date: Thu, 21 Nov 2024 18:48:27 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=EB=B6=88=ED=95=84=EC=9A=94?= =?UTF-8?q?=ED=95=9C=20=EC=84=B8=EB=AF=B8=EC=BD=9C=EB=A1=A0=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/LoginPage/DogProfileSection/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/LoginPage/DogProfileSection/index.tsx b/src/pages/LoginPage/DogProfileSection/index.tsx index e57ae69..597bc23 100644 --- a/src/pages/LoginPage/DogProfileSection/index.tsx +++ b/src/pages/LoginPage/DogProfileSection/index.tsx @@ -3,7 +3,7 @@ import { ActionButton } from '~components/Button/ActionButton' import AddDogPicture from '~assets/add-dog-picture.svg' import TwoLineInput from '~components/Input/TwoLineInput' import PrevButton from '~components/Button/PrevButton' -import { Typo24 } from '~components/Typo/index'; +import { Typo24 } from '~components/Typo/index' export default function DogProfileSection() { return (