Skip to content

Commit

Permalink
Update components/domains/steps/registerSteps.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
gaderay and coderabbitai[bot] authored Feb 26, 2025
1 parent 887a555 commit 6bb4294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/domains/steps/registerSteps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import CartIcon from "@/components/UI/iconsComponents/icons/cartIcon";
import { Skeleton } from "@mui/material";
import Step from "./step";

type Step = {
type StepProps = {
label: string;
icon: FunctionComponent<{ width: string; color: string }>;
};
Expand Down

0 comments on commit 6bb4294

Please sign in to comment.