Skip to content

Commit

Permalink
Correct InspectionReportPage folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Jan 29, 2025
1 parent 2956016 commit 0afa97a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Pages/MissionPage/MissionPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { AlertCategory } from 'components/Alerts/AlertsBanner'
import { useMediaStreamContext } from 'components/Contexts/MediaStreamContext'
import { tokens } from '@equinor/eds-tokens'
import { StyledPage } from 'components/Styles/StyledComponents'
import { InspectionDialogView, InspectionsViewSection } from '../InspectionReportPage.tsx/InspectionView'
import { InspectionDialogView, InspectionsViewSection } from '../InspectionReportPage/InspectionView'
import { useInspectionsContext } from 'components/Contexts/InpectionsContext'
import { Typography } from '@equinor/eds-core-react'

Expand Down

0 comments on commit 0afa97a

Please sign in to comment.