diff options
Diffstat (limited to 'frontend/src/components/Inputs/Password.js')
| -rw-r--r-- | frontend/src/components/Inputs/Password.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/Inputs/Password.js b/frontend/src/components/Inputs/Password.js index 6394dd2..6877574 100644 --- a/frontend/src/components/Inputs/Password.js +++ b/frontend/src/components/Inputs/Password.js @@ -1,6 +1,6 @@ import React from "react"; import {Labelled} from "../decorators/Labelled"; -import {Input} from "../Form/Input"; +import {Input} from "../Common/Input"; export const Password = (props) => <Labelled label="password"> <Input |