Skip to content

Commit

Permalink
chore: resolve merge conflict from master
Browse files Browse the repository at this point in the history
  • Loading branch information
Chisomchima committed Nov 28, 2024
1 parent 5ec5c43 commit 9411710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form/fields/DateField.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import i18n from '@dhis2/d2-i18n'
import { CalendarInput, CalendarInputProps } from '@dhis2/ui'
import React, { useEffect, useState } from 'react'
import React, { useState } from 'react'
import { useField } from 'react-final-form'
import { selectedLocale, useSystemSetting } from '../../../lib'

Expand Down

0 comments on commit 9411710

Please sign in to comment.