Skip to content

Commit e289c1e

Browse files
committed
fix: Remove unused
1 parent b22c3fc commit e289c1e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/configurator/components/add-dataset-dialog.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import {
1616
ListItemText,
1717
MenuItem,
1818
OutlinedInput,
19-
Paper,
2019
Select,
2120
SelectChangeEvent,
2221
Table,
@@ -34,7 +33,6 @@ import {
3433
} from "@mui/material";
3534
import { makeStyles } from "@mui/styles";
3635
import clsx from "clsx";
37-
import { motion } from "framer-motion";
3836
import keyBy from "lodash/keyBy";
3937
import uniq from "lodash/uniq";
4038
import uniqBy from "lodash/uniqBy";
@@ -342,8 +340,6 @@ export const PreviewDataTable: React.FC<{
342340
);
343341
};
344342

345-
const MotionPaper = motion(Paper);
346-
347343
export const DatasetDialog = ({
348344
state,
349345
...props

0 commit comments

Comments
 (0)