]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/core/index.ts
Creating a user with an empty password will send an email to let him set his password...
[github/Chocobozzz/PeerTube.git] / client / src / app / core / index.ts
1 export * from './auth'
2 export * from './confirm'
3 export * from './routing'
4 export * from './server'
5 export * from './notification'
6 export * from './theme'
7
8 export * from './core.module'