Commit 58fc8be2 authored by Yoon, Daeki's avatar Yoon, Daeki 😅
Browse files

프로파일 컴포넌트 생성

parent 4acd889b
import React from "react";
export const Profile = () => {
return <div>Profile</div>;
};
export { Profile } from "./Profile";
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment