Skip to content

Commit

Permalink
Update DataUploadForm.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Feb 21, 2024
1 parent 92cee5e commit b2fa218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/Submission/DataUploadForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Menu } from '@headlessui/react';
import { isErrorFromAlias } from '@zodios/core';
import type { AxiosError } from 'axios';
import { type DateTime } from 'luxon';
import { type FormEvent, useMemo, useState, useRef, useEffect, useCallback, type ElementType } from 'react';
import { type FormEvent, useState, useRef, useEffect, useCallback, type ElementType } from 'react';

import { DateChangeModal } from './DateChangeModal';
import { getClientLogger } from '../../clientLogger.ts';
Expand Down

0 comments on commit b2fa218

Please sign in to comment.