"git@compmath.korea.ac.kr:students/messenger.git" did not exist on "e32c9aa7028aa9e0318cac6ba030d0e30579a84b"
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