import React from "react"; import { Labelled } from "../decorators/Labelled"; import { Input } from "../Common/Input"; export const Password = (props) => ( );