import {ProfileHeader} from "../lib";

const ProfileHeaderSample = ()=> {
    const config = {
        name : "척척박사 르탄봇",
        status : "online",
        description : "바로 응답",
        profileImage : "/rtan_profile.png",
    }
    return <ProfileHeader config={config} />;
}
export default ProfileHeaderSample;
