Skip to content

Commit 51e4f26

Browse files
melton-jasongithub-actions[bot]
authored andcommitted
Lint code with ESLint and Prettier
Triggered by 5641349 on branch refs/heads/issue-922
1 parent 5641349 commit 51e4f26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specifyweb/frontend/js_src/lib/components/Interactions/InteractionDialog.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ import { AutoGrowTextArea } from '../Molecules/AutoGrowTextArea';
3838
import { Dialog } from '../Molecules/Dialog';
3939
import { userPreferences } from '../Preferences/userPreferences';
4040
import { RecordSetsDialog } from '../Toolbar/RecordSets';
41-
import {
42-
interactionsWithPrepTables,
41+
import type {
4342
InteractionWithPreps,
4443
PreparationData,
4544
PreparationRow,
4645
} from './helpers';
46+
import { interactionsWithPrepTables } from './helpers';
4747
import {
4848
getPrepsAvailableForLoanCoIds,
4949
getPrepsAvailableForLoanRs,

0 commit comments

Comments
 (0)