Skip to content

Commit cc27ab5

Browse files
committed
feat: reorder imports
1 parent 6f99a08 commit cc27ab5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/web/src/components/StartSessionForm/StartSessionForm.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* eslint-disable perfectionist/sort-objects */
22

3-
import type { CurrentUser } from '@/store/types';
43
import { Form } from '@douglasneuroinformatics/libui/components';
54
import { useTranslation } from '@douglasneuroinformatics/libui/hooks';
65
import type { FormTypes } from '@opendatacapture/runtime-core';
@@ -14,6 +13,8 @@ import { encodeScopedSubjectId, generateSubjectHash } from '@opendatacapture/sub
1413
import type { Promisable } from 'type-fest';
1514
import { z } from 'zod/v4';
1615

16+
import type { CurrentUser } from '@/store/types';
17+
1718
const currentDate = new Date();
1819

1920
const EIGHTEEN_YEARS = 568025136000; // milliseconds

0 commit comments

Comments
 (0)