import { ShortPassword } from './shortpassword';
export type { WebShortPasswordProps as ShortPasswordProps } from "../../types";
export default ShortPassword;
