Blame view
imports/ui/pages/reset-password.js
93 Bytes
2b1ad7917
|
1 2 3 4 5 |
import React from 'react'; export const ResetPassword = () => ( <h3>Reset Password</h3> ) |
2b1ad7917
|
1 2 3 4 5 |
import React from 'react'; export const ResetPassword = () => ( <h3>Reset Password</h3> ) |