Skip to content

Commit

Permalink
import using complete path
Browse files Browse the repository at this point in the history
  • Loading branch information
barbalex committed May 14, 2024
1 parent 86ffcaa commit 7bc874a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ import appBaseUrl from '../../../../../modules/appBaseUrl.js'
import updateBeobByIdGql from './updateBeobById.js'
import useSearchParamsState from '../../../../../modules/useSearchParamsState.js'
import isMobilePhone from '../../../../../modules/isMobilePhone.js'
import Data from '../BeobData'
import { bg } from 'date-fns/locale'
import Data from '../BeobData/index.jsx'

const StyledH3 = styled.h3`
margin: 7px 0;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React, { useContext, useCallback } from 'react'
import * as ReactDOMServer from 'react-dom/server'
import { Marker, Popup } from 'react-leaflet'
import { format } from 'date-fns/format'
import { isValid } from 'date-fns/isValid'
Expand All @@ -14,7 +13,7 @@ import { beobIconHighlightedString } from './beobIconHighlightedString.js'
import appBaseUrl from '../../../../../modules/appBaseUrl.js'
import useSearchParamsState from '../../../../../modules/useSearchParamsState.js'
import isMobilePhone from '../../../../../modules/isMobilePhone.js'
import Data from '../BeobData'
import Data from '../BeobData/index.jsx'

const StyledH3 = styled.h3`
margin: 7px 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import MarkerClusterGroup from '@changey/react-leaflet-markercluster'
import { useParams } from 'react-router-dom'
// import { useMap } from 'react-leaflet'

import Marker from './Marker'
import Marker from './Marker.jsx'
import storeContext from '../../../../../storeContext.js'
import query from './query.js'

Expand Down

0 comments on commit 7bc874a

Please sign in to comment.