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 90b5d91 commit 3f34136
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 48 deletions.
26 changes: 13 additions & 13 deletions src/components/Projekte/Exporte/Ap/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ import {
StyledCardActions,
CardActionIconButton,
} from '../index.jsx'
import Ap from './Ap'
import ApOhnePop from './ApOhnePop'
import AnzMassn from './AnzMassn'
import AnzKontr from './AnzKontr'
import Ber from './Ber'
import BerUndMassn from './BerUndMassn'
import PriorisierungFuerEk from './PriorisierungFuerEk'
import EkPlanung from './EkPlanung'
import Ziele from './Ziele'
import Zielber from './Zielber'
import Erfkrit from './Erfkrit'
import Idealbiotop from './Idealbiotop'
import Assozart from './Assozart'
import Ap from './Ap.jsx'
import ApOhnePop from './ApOhnePop.jsx'
import AnzMassn from './AnzMassn.jsx'
import AnzKontr from './AnzKontr.jsx'
import Ber from './Ber.jsx'
import BerUndMassn from './BerUndMassn.jsx'
import PriorisierungFuerEk from './PriorisierungFuerEk.jsx'
import EkPlanung from './EkPlanung.jsx'
import Ziele from './Ziele.jsx'
import Zielber from './Zielber.jsx'
import Erfkrit from './Erfkrit.jsx'
import Idealbiotop from './Idealbiotop.jsx'
import Assozart from './Assozart.jsx'

const ApExports = () => {
const [expanded, setExpanded] = useState(false)
Expand Down
6 changes: 3 additions & 3 deletions src/components/Projekte/Exporte/Beobachtungen/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import {
StyledCardActions,
CardActionIconButton,
} from '../index.jsx'
import BeobNichtZuzuordnen from './BeobNichtZuzuordnen'
import BeobZugeordnet from './BeobZugeordnet'
import BeobArtChanged from './BeobArtChanged'
import BeobNichtZuzuordnen from './BeobNichtZuzuordnen.jsx'
import BeobZugeordnet from './BeobZugeordnet.jsx'
import BeobArtChanged from './BeobArtChanged.jsx'

const BeobachtungenExports = () => {
const [expanded, setExpanded] = useState(false)
Expand Down
6 changes: 3 additions & 3 deletions src/components/Projekte/Exporte/Kontrollen/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import {
StyledCardActions,
CardActionIconButton,
} from '../index.jsx'
import Kontrollen from './Kontrollen'
import KontrFuerWebgisBun from './KontrFuerWebgisBun'
import KontrAnzProZaehlEinheit from './KontrAnzProZaehlEinheit'
import Kontrollen from './Kontrollen.jsx'
import KontrFuerWebgisBun from './KontrFuerWebgisBun.jsx'
import KontrAnzProZaehlEinheit from './KontrAnzProZaehlEinheit.jsx'

const KontrollenComponent = () => {
const [expanded, setExpanded] = useState(false)
Expand Down
4 changes: 2 additions & 2 deletions src/components/Projekte/Exporte/Massnahmen/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import {
StyledCardActions,
CardActionIconButton,
} from '../index.jsx'
import Massnahmen from './Massnahmen'
import MassnWebgisBun from './MassnWebgisBun'
import Massnahmen from './Massnahmen.jsx'
import MassnWebgisBun from './MassnWebgisBun.jsx'

const MassnahmenExporte = () => {
const [expanded, setExpanded] = useState(false)
Expand Down
30 changes: 15 additions & 15 deletions src/components/Projekte/Exporte/Populationen/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ import {
StyledCardActions,
CardActionIconButton,
} from '../index.jsx'
import Pops from './Pops'
import PopsForGoogleEarth from './PopsForGoogleEarth'
import PopsForGEArtname from './PopsForGEArtname'
import ApOhneStatus from './ApOhneStatus'
import OhneKoord from './OhneKoord'
import AnzMassnBerichtsjahr from './AnzMassnBerichtsjahr'
import AnzMassnProPop from './AnzMassnProPop'
import AnzKontrProPop from './AnzKontrProPop'
import Berichte from './Berichte'
import LetzterPopBericht from './LetzterPopBericht'
import LetzterMassnBericht from './LetzterMassnBericht'
import LetzteZaehlung from './LetzteZaehlung'
import LetzteZaehlungInklAnpflanz from './LetzteZaehlungInklAnpflanz'
import Pops from './Pops.jsx'
import PopsForGoogleEarth from './PopsForGoogleEarth.jsx'
import PopsForGEArtname from './PopsForGEArtname.jsx'
import ApOhneStatus from './ApOhneStatus.jsx'
import OhneKoord from './OhneKoord.jsx'
import AnzMassnBerichtsjahr from './AnzMassnBerichtsjahr.jsx'
import AnzMassnProPop from './AnzMassnProPop.jsx'
import AnzKontrProPop from './AnzKontrProPop.jsx'
import Berichte from './Berichte.jsx'
import LetzterPopBericht from './LetzterPopBericht.jsx'
import LetzterMassnBericht from './LetzterMassnBericht.jsx'
import LetzteZaehlung from './LetzteZaehlung.jsx'
import LetzteZaehlungInklAnpflanz from './LetzteZaehlungInklAnpflanz.jsx'

const PopulationenExports = () => {
const [expanded, setExpanded] = useState(false)
Expand All @@ -45,8 +45,8 @@ const PopulationenExports = () => {
<Collapse in={expanded} timeout="auto" unmountOnExit>
{expanded ? (
<StyledCardContent>
<Pops />
<Pops filtered={true} />
<Pops />
<Pops filtered={true} />
<PopsForGoogleEarth />
<PopsForGEArtname />
<ApOhneStatus />
Expand Down
24 changes: 12 additions & 12 deletions src/components/Projekte/Exporte/Teilpopulationen/CardContent.jsx
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
import React from 'react'

import TPop from './TPop'
import Wollmilchsau from './Wollmilchsau'
import WollmilchsauSingle from './WollmilchsauSingle'
import LetzteZaehlungen from './LetzteZaehlungen'
import LetzteZaehlungenInklAnpflanzungen from './LetzteZaehlungenInklAnpflanzungen'
import TPopInklBerichte from './TPopInklBerichte'
import AnzMassnahmen from './AnzMassnahmen'
import TPopOhneApberRelevant from './TPopOhneApberRelevant'
import TPopOhneBekanntSeit from './TPopOhneBekanntSeit'
import TPopFuerGEArtname from './TPopFuerGEArtname'
import TPopFuerGoogleEarth from './TPopFuerGoogleEarth'
import TPopFuerWebgisBun from './TPopFuerWebgisBun'
import TPop from './TPop.jsx'
import Wollmilchsau from './Wollmilchsau.jsx'
import WollmilchsauSingle from './WollmilchsauSingle.jsx'
import LetzteZaehlungen from './LetzteZaehlungen.jsx'
import LetzteZaehlungenInklAnpflanzungen from './LetzteZaehlungenInklAnpflanzungen.jsx'
import TPopInklBerichte from './TPopInklBerichte.jsx'
import AnzMassnahmen from './AnzMassnahmen.jsx'
import TPopOhneApberRelevant from './TPopOhneApberRelevant.jsx'
import TPopOhneBekanntSeit from './TPopOhneBekanntSeit.jsx'
import TPopFuerGEArtname from './TPopFuerGEArtname.jsx'
import TPopFuerGoogleEarth from './TPopFuerGoogleEarth.jsx'
import TPopFuerWebgisBun from './TPopFuerWebgisBun.jsx'
import { StyledCardContent } from '../index.jsx'

const Teilpopulationen = () => (
Expand Down

0 comments on commit 3f34136

Please sign in to comment.