Leon 1 년 전
부모
커밋
7abc0b1a99
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/pages/map/map.tsx

+ 1 - 0
src/pages/map/map.tsx

@@ -17,6 +17,7 @@ export default function map() {
     // const [location, setLocation] = useState<any>(null)
     const navigation = useNavigation()
     const [current, setCurrent] = useState<any>(null)
+    const [centerLocation, setCenterLocation] = useState(null)
     const { t } = useTranslation()
     const [show, setShow] = useState(false)
     const [count, setCount] = useState(0)