Skip to content

Commit

Permalink
chore: refactor to move endpageblock to a generic folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kathleenkhy committed Apr 3, 2024
1 parent 57e56d4 commit b45fb96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ import {
FormResponseMode,
} from '~shared/types'

import { EndPageBlock } from '~components/FormEndPage/EndPageBlock'

import { useAdminForm } from '~features/admin-form/common/queries'
import { PREVIEW_MOCK_UINFIN } from '~features/admin-form/preview/constants'
import { useEnv } from '~features/env/queries'
import { EndPageBlock } from '~features/public-form/components/FormEndPage/components/EndPageBlock'
import { PaymentsThankYouSvgr } from '~features/public-form/components/FormEndPage/components/PaymentsThankYouSvgr'
import { ThankYouSvgr } from '~features/public-form/components/FormEndPage/components/ThankYouSvgr'
import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import {
usePublicFormContext,
} from '~features/public-form/PublicFormContext'

import { EndPageBlock } from './components/EndPageBlock'
import { EndPageBlock } from '../../../../components/FormEndPage/EndPageBlock'

import { FeedbackBlock, FeedbackFormInput } from './components/FeedbackBlock'
import { ThankYouSvgr } from './components/ThankYouSvgr'

Expand Down

0 comments on commit b45fb96

Please sign in to comment.