mirror of
https://github.com/johndoe6345789/postgres.git
synced 2026-04-24 13:55:00 +00:00
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:
@@ -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;
|
||||
|
||||
@@ -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 }>;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user