Address code review feedback - improve import consistency and screenshot uniqueness

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-08 15:25:49 +00:00
parent 4136f3c50d
commit 88b90d3266
4 changed files with 15 additions and 9 deletions

View File

@@ -12,10 +12,7 @@ import {
MenuItem,
Select,
} from '../atoms';
import Button from '../atoms/Button';
import TextField from '../atoms/TextField';
import Typography from '../atoms/Typography';
import IconButton from '../atoms/IconButton';
import { Button, TextField, Typography, IconButton } from '../atoms';
type Column = {
name: string;

View File

@@ -10,7 +10,7 @@ import {
TableRow,
Tooltip,
} from '../atoms';
import IconButton from '../atoms/IconButton';
import { IconButton } from '../atoms';
type DataGridProps = {
columns: Array<{ name: string; label?: string }>;

View File

@@ -9,8 +9,7 @@ import {
MenuItem,
Select,
} from '../atoms';
import Button from '../atoms/Button';
import Typography from '../atoms/Typography';
import { Button, Typography } from '../atoms';
type DropTableDialogProps = {
open: boolean;