Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Using relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
pelusanchez committed Nov 17, 2023
1 parent 9432016 commit 07450b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/Form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { LicenceWidgetConfiguration } from '../widgets/LicenceWidget'
import { ExclusiveGroupWidgetConfiguration } from '../widgets/ExclusiveGroupWidget'
import { FreeformInputWidgetConfiguration } from '../widgets/FreeformInputWidget'
import { DateRangeWidgetConfiguration } from '../widgets/DateRangeWidget'
import { GeographicLocationWidgetConfiguration } from '@src/widgets/GeographicLocationWidget'
import { GeographicLocationWidgetConfiguration } from '../widgets/GeographicLocationWidget'

export type FormConfiguration =
| ExclusiveGroupWidgetConfiguration
Expand Down

0 comments on commit 07450b9

Please sign in to comment.