Skip to content

Commit cc88418

Browse files
committed
🎨 style: 버튼 사이즈 프롭으로 크기 조정
1 parent ac86ad2 commit cc88418

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/pages/profile/ProfileForm.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
import RegisterLayout from '@/components/layout/RegisterLayout';
12
export default function ProfileForm() {
2-
return <div>내 프로필 등록/편집 (알바님)</div>;
3+
return (
4+
<div>
5+
<RegisterLayout type="store" />
6+
</div>
7+
);
38
}

0 commit comments

Comments
 (0)