Skip to content

Commit

Permalink
Lint code with ESLint and Prettier
Browse files Browse the repository at this point in the history
Triggered by 7b22b1f on branch refs/heads/issue-5202
  • Loading branch information
Areyes42 authored and github-actions[bot] committed Feb 7, 2025
1 parent 7b22b1f commit 187e796
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import type { CollectionFetchFilters } from '../DataModel/collection';
import type { AnySchema } from '../DataModel/helperTypes';
import type { SpecifyResource } from '../DataModel/legacyTypes';
import { resourceOn } from '../DataModel/resource';
import { schema } from '../DataModel/schema';
import type { Relationship } from '../DataModel/specifyField';
import type { SpecifyTable } from '../DataModel/specifyTable';
import { tables } from '../DataModel/tables';
Expand All @@ -24,7 +25,6 @@ import { IntegratedRecordSelector } from '../FormSliders/IntegratedRecordSelecto
import { isTreeTable } from '../InitialContext/treeRanks';
import { TableIcon } from '../Molecules/TableIcon';
import { relationshipIsToMany } from '../WbPlanView/mappingHelpers';
import { schema } from '../DataModel/schema';

type SubViewContextType =
| {
Expand Down

0 comments on commit 187e796

Please sign in to comment.