mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-04 04:29:40 +05:30
6 lines
140 B
JavaScript
6 lines
140 B
JavaScript
|
import AuthFlow from './authFlow/AuthFlow';
|
||
|
|
||
|
// TODO: a way to unload service (when we are on account page)
|
||
|
|
||
|
export default new AuthFlow();
|