Skip to content

Commit 2214df2

Browse files
Copilothotlong
andcommitted
Consolidate imports in field-renderers for better readability
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent ee1863a commit 2214df2

2 files changed

Lines changed: 130 additions & 3 deletions

File tree

packages/views/src/field-renderers.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515

1616
import React from 'react';
1717
import type { FieldMetadata, SelectOptionMetadata } from '@object-ui/types';
18-
import { Badge } from '@object-ui/components';
19-
import { Avatar, AvatarFallback } from '@object-ui/components';
20-
import { Button } from '@object-ui/components';
18+
import { Badge, Avatar, AvatarFallback, Button } from '@object-ui/components';
2119
import { Check, X } from 'lucide-react';
2220

2321
/**

pnpm-lock.yaml

Lines changed: 129 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)