Skip to content

Commit

Permalink
fix: change to relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin9foong committed Oct 9, 2024
1 parent e3ab05e commit b6223d5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ import { NextFunction } from 'express'
import { StatusCodes } from 'http-status-codes'
import { err, errAsync, ok, okAsync, Result, ResultAsync } from 'neverthrow'

import { FormFieldSchema } from 'src/types'

import {
BasicField,
FormDto,
FormResponseMode,
SubmissionType,
} from '../../../../../shared/types'
import { isDev } from '../../../../app/config/config'
import { FormFieldSchema } from '../../../../types'
import {
ParsedClearAttachmentResponseV3,
ParsedClearFormFieldResponsesV3,
Expand Down

0 comments on commit b6223d5

Please sign in to comment.