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 decf966 commit 2785019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Projekte/Daten/Ap/History.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useQuery, gql } from '@apollo/client'
import { useParams } from 'react-router-dom'

import Spinner from '../../../shared/Spinner.jsx'
import History from '../../../shared/History'
import History from '../../../shared/History/index.jsx'
import appBaseUrl from '../../../../modules/appBaseUrl'

const apHistoriesQuery = gql`
Expand Down
2 changes: 1 addition & 1 deletion src/components/Projekte/Daten/Tpop/History.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useQuery, gql } from '@apollo/client'
import { useParams } from 'react-router-dom'

import Spinner from '../../../shared/Spinner.jsx'
import History from '../../../shared/History'
import History from '../../../shared/History/index.jsx'
import appBaseUrl from '../../../../modules/appBaseUrl'

const tpopHistoriesQuery = gql`
Expand Down

0 comments on commit 2785019

Please sign in to comment.