diff options
author | 2022-05-29 17:45:54 +0100 | |
---|---|---|
committer | 2022-05-29 17:45:54 +0100 | |
commit | 308d07785f811ff470d0e90b11680926a823027b (patch) | |
tree | 7afe7859fc29f6a5c34be8b7b486cc317cc82e21 /apps/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/index.js')
-rw-r--r-- | apps/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/index.js b/apps/index.js index eccedac..05ad5e4 100644 --- a/apps/index.js +++ b/apps/index.js @@ -2,4 +2,5 @@ export { default as Calculator } from './Calculator' export { default as Notes } from './Notes' export { default as Player } from './Player' export { default as Settings } from './Settings' +export { default as ChangePassword } from './ChangePassword' export { default as Youtube } from './Youtube' |