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 754a7db commit 6894557
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import styled from '@emotion/styled'

import exists from '../../../../../modules/exists'
import exists from '../../../../../modules/exists.js'

const Popup = styled.div`
background-color: white;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react'
import styled from '@emotion/styled'
import sortBy from 'lodash/sortBy'

import exists from '../../../../../../modules/exists'
import exists from '../../../../../../modules/exists.js'

const Popup = styled.div`
background-color: white;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { useParams } from 'react-router-dom'

import queryPopMenge from './queryPopMenge'
import CustomTooltip from './CustomTooltip'
import exists from '../../../../../../modules/exists'
import exists from '../../../../../../modules/exists.js'
import Error from '../../../../../shared/Error.jsx'

const SpinnerContainer = styled.div`
Expand Down
2 changes: 1 addition & 1 deletion src/components/Projekte/Daten/Beob/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { useQuery } from '@tanstack/react-query'
import { arrayMoveImmutable } from 'array-move'

import constants from '../../../../modules/constants'
import exists from '../../../../modules/exists'
import exists from '../../../../modules/exists.js'
import query from './query.js'
import ErrorBoundary from '../../../shared/ErrorBoundary.jsx'
import Error from '../../../shared/Error.jsx'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react'
import styled from '@emotion/styled'
import sortBy from 'lodash/sortBy'

import exists from '../../../../../modules/exists'
import exists from '../../../../../modules/exists.js'

const Popup = styled.div`
background-color: white;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Projekte/Daten/Pop/TpopMenge/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { useParams } from 'react-router-dom'

import queryTpopMenge from './queryTpopMenge'
import CustomTooltip from './CustomTooltip'
import exists from '../../../../../modules/exists'
import exists from '../../../../../modules/exists.js'
import Error from '../../../../shared/Error.jsx'

const SpinnerContainer = styled.div`
Expand Down
2 changes: 1 addition & 1 deletion src/components/Projekte/Daten/PopFilter/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { useParams } from 'react-router-dom'

import TextField from '../../../shared/TextField.jsx'
import TextFieldWithInfo from '../../../shared/TextFieldWithInfo.jsx'
import Status from '../../../shared/Status'
import Status from '../../../shared/Status.jsx'
import Checkbox2States from '../../../shared/Checkbox2States'
import FilterTitle from '../../../shared/FilterTitle'
import queryPops from './queryPops'
Expand Down
4 changes: 2 additions & 2 deletions src/components/Projekte/Daten/Tpop/Tpop.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import SimpleBar from 'simplebar-react'
import TextField from '../../../shared/TextField.jsx'
import TextFieldWithInfo from '../../../shared/TextFieldWithInfo.jsx'
import MdField from '../../../shared/MarkdownField/index.jsx'
import Status from '../../../shared/Status'
import SelectCreatable from '../../../shared/SelectCreatableGemeinde'
import Status from '../../../shared/Status.jsx'
import SelectCreatable from '../../../shared/SelectCreatableGemeinde.jsx'
import Checkbox2States from '../../../shared/Checkbox2States'
import RadioButtonGroupWithInfo from '../../../shared/RadioButtonGroupWithInfo'
import TpopAbBerRelevantInfoPopover from '../TpopAbBerRelevantInfoPopover'
Expand Down
4 changes: 2 additions & 2 deletions src/components/Projekte/Daten/TpopFilter/Tpop.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import SimpleBar from 'simplebar-react'
import TextField from '../../../shared/TextField.jsx'
import TextFieldWithInfo from '../../../shared/TextFieldWithInfo.jsx'
import MdField from '../../../shared/MarkdownField/index.jsx'
import Status from '../../../shared/Status'
import SelectCreatable from '../../../shared/SelectCreatableGemeinde'
import Status from '../../../shared/Status.jsx'
import SelectCreatable from '../../../shared/SelectCreatableGemeinde.jsx'
import Checkbox2States from '../../../shared/Checkbox2States'
import RadioButtonGroupWithInfo from '../../../shared/RadioButtonGroupWithInfo'
import TpopAbBerRelevantInfoPopover from '../TpopAbBerRelevantInfoPopover'
Expand Down
2 changes: 1 addition & 1 deletion src/components/Projekte/Daten/Tpopmassn/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import ifIsNumericAsNumber from '../../../../modules/ifIsNumericAsNumber.js'
import query from './query.js'
import queryAeTaxonomies from './queryAeTaxonomies'
import storeContext from '../../../../storeContext.js'
import exists from '../../../../modules/exists'
import exists from '../../../../modules/exists.js'
import Files from '../../../shared/Files/index.jsx'
import ErrorBoundary from '../../../shared/ErrorBoundary.jsx'
import Spinner from '../../../shared/Spinner.jsx'
Expand Down
2 changes: 1 addition & 1 deletion src/components/Projekte/Karte/layers/BeobData/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { HTML5Backend } from 'react-dnd-html5-backend'
import { useQuery } from '@tanstack/react-query'
import { arrayMoveImmutable } from 'array-move'

import exists from '../../../../../modules/exists'
import exists from '../../../../../modules/exists.js'
import ErrorBoundary from '../../../../shared/ErrorBoundary.jsx'
import Error from '../../../../shared/Error.jsx'
import Spinner from '../../../../shared/Spinner.jsx'
Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/FilterTitle.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import IconButton from '@mui/material/IconButton'
import { observer } from 'mobx-react-lite'

import storeContext from '../../storeContext.js'
import exists from '../../modules/exists'
import exists from '../../modules/exists.js'
import appBaseUrl from '../../modules/appBaseUrl'

const Container = styled.div`
Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/RadioButtonGroup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import FormHelperText from '@mui/material/FormHelperText'
import FormControlLabel from '@mui/material/FormControlLabel'
import styled from '@emotion/styled'

import exists from '../../modules/exists'
import exists from '../../modules/exists.js'

// without slight padding radio is slightly cut off!
const StyledFormControl = styled(FormControl)`
Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/Select.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useCallback } from 'react'
import Select from 'react-select'
import styled from '@emotion/styled'

import exists from '../../modules/exists'
import exists from '../../modules/exists.js'

const Container = styled.div`
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/SelectCreatable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import CreatableSelect from 'react-select/creatable'
import styled from '@emotion/styled'
import { observer } from 'mobx-react-lite'

import exists from '../../modules/exists'
import exists from '../../modules/exists.js'

const Container = styled.div`
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/SelectCreatableGemeinde.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import styled from '@emotion/styled'
import IconButton from '@mui/material/IconButton'
import { IoMdLocate } from 'react-icons/io'

import exists from '../../modules/exists'
import exists from '../../modules/exists.js'

const AddLocationIcon = styled(IoMdLocate)`
font-size: 1.5rem;
Expand Down

0 comments on commit 6894557

Please sign in to comment.