Skip to content

Commit

Permalink
Update src/layout/Stepper/Stepper.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl authored May 21, 2024
1 parent 6ba24de commit 81a9f6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layout/Stepper/Stepper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export interface StepperProps extends PropsWithChildren {
*/
numbered?: boolean;
}

export const Stepper: FC<StepperProps> = ({
activeStep = 0,
children,
Expand Down

0 comments on commit 81a9f6d

Please sign in to comment.