Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6c62431

Browse files
committed
Fix lint error
1 parent 6253b97 commit 6c62431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/RichParameterInput/RichParameterInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { Interpolation, Theme } from "@emotion/react";
22
import ErrorOutline from "@mui/icons-material/ErrorOutline";
3-
import { InputBaseComponentProps } from "@mui/material";
3+
import type { InputBaseComponentProps } from "@mui/material/InputBase";
44
import Button from "@mui/material/Button";
55
import FormControlLabel from "@mui/material/FormControlLabel";
66
import FormHelperText from "@mui/material/FormHelperText";

0 commit comments

Comments
 (0)