diff options
author | 2022-05-29 17:45:54 +0100 | |
---|---|---|
committer | 2022-05-29 17:45:54 +0100 | |
commit | 308d07785f811ff470d0e90b11680926a823027b (patch) | |
tree | 7afe7859fc29f6a5c34be8b7b486cc317cc82e21 /apps/ChangePassword/index.js | |
parent | 50d781d0bdcac217f2bc037abe087a00019edba5 (diff) | |
download | my_apps-308d07785f811ff470d0e90b11680926a823027b.tar.gz my_apps-308d07785f811ff470d0e90b11680926a823027b.tar.bz2 my_apps-308d07785f811ff470d0e90b11680926a823027b.zip |
add change password option
Diffstat (limited to 'apps/ChangePassword/index.js')
-rw-r--r-- | apps/ChangePassword/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangePassword/index.js b/apps/ChangePassword/index.js new file mode 100644 index 0000000..cd1d5e2 --- /dev/null +++ b/apps/ChangePassword/index.js @@ -0,0 +1,3 @@ +import ChangePassword from './components/App' + +export default ChangePassword |