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 43060b4 commit 9a88e0a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/Projekte/Daten/Tpopfreiwkontr/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useCallback, useContext } from 'react'
import styled from '@emotion/styled'
import { observer } from 'mobx-react-lite'

import RadioButton from '../../../shared/RadioButton'
import RadioButton from '../../../shared/RadioButton.jsx'
import storeContext from '../../../../storeContext.js'

const Area = styled.div`
Expand Down
2 changes: 1 addition & 1 deletion src/components/Projekte/Daten/Tpopfreiwkontr/More.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import styled from '@emotion/styled'
import { observer } from 'mobx-react-lite'

import TextField from '../../../shared/TextField2.jsx'
import RadioButton from '../../../shared/RadioButton'
import RadioButton from '../../../shared/RadioButton.jsx'
import veghoeheImg from './veghoehe.png'

const Area = styled.div`
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 { observer } from 'mobx-react-lite'

import RadioButton from '../../../shared/RadioButton'
import RadioButton from '../../../shared/RadioButton.jsx'
import TextField from '../../../shared/TextField2.jsx'

const Area = styled.div`
Expand Down
2 changes: 1 addition & 1 deletion src/components/Projekte/Daten/TpopfreiwkontrFilter/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useCallback } from 'react'
import styled from '@emotion/styled'
import { observer } from 'mobx-react-lite'

import RadioButton from '../../../shared/RadioButton'
import RadioButton from '../../../shared/RadioButton.jsx'

const Area = styled.div`
border: 1px solid rgba(0, 0, 0, 0.5);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import styled from '@emotion/styled'
import { observer } from 'mobx-react-lite'

import TextField from '../../../shared/TextField2.jsx'
import RadioButton from '../../../shared/RadioButton'
import RadioButton from '../../../shared/RadioButton.jsx'
import veghoeheImg from './veghoehe.png'

const Area = styled.div`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useCallback } from 'react'
import styled from '@emotion/styled'
import { observer } from 'mobx-react-lite'

import RadioButton from '../../../shared/RadioButton'
import RadioButton from '../../../shared/RadioButton.jsx'
import TextField from '../../../shared/TextField2.jsx'

const Area = styled.div`
Expand Down

0 comments on commit 9a88e0a

Please sign in to comment.