Skip to content

Commit

Permalink
refactor: use client
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonlunn committed Sep 20, 2024
1 parent cd78534 commit 59bb52e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/maps/CoordinatePickerMap.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client'
import React, { useCallback, useState, useRef, useEffect } from 'react'
import { Map, FullscreenControl, ScaleControl, NavigationControl, Marker, GeolocateControl, GeolocateResultEvent } from 'react-map-gl/maplibre'
import { MapLibreEvent } from 'maplibre-gl'
Expand Down

0 comments on commit 59bb52e

Please sign in to comment.