fixed linting

This commit is contained in:
Robert 2024-03-09 03:21:42 +07:00
parent 746d3d4b10
commit 24e9c88106
No known key found for this signature in database
GPG Key ID: F631C7FD957D5F22

View File

@ -10,6 +10,7 @@ import { DeleteChainButton } from "@/features/delete-chain";
import { Typography } from "@mui/material";
import Breadcrumbs from "@mui/material/Breadcrumbs";
interface ChainEditorProps {
chain: Chain;
}