import { Step } from './step';
export type { WebStepProps } from "../../types";
export default Step;
