Memento-Makers / Emopic-FE

📸
https://emopic.vercel.app
MIT License
0 stars 1 forks source link

[Feat] 장소 관련 기능 통합 #82

Closed punchdrunkard closed 10 months ago

punchdrunkard commented 10 months ago

개요

장소 관련 컴포넌트들을 통합한다.

작업 내용

요구 사항

기타

punchdrunkard commented 10 months ago

사용하는 페이지에 다음의 코드를 넣어줘야 한다.

 const [loading, error] = useKakaoLoader({
    appkey: process.env.NEXT_PUBLIC_KAKAO_KEY as string,
  });