mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Code refactoring
Flow first look
This commit is contained in:
parent
2f841524cb
commit
e6e0b02849
71 changed files with 2092 additions and 1836 deletions
|
|
@ -3,12 +3,11 @@ import ko from 'ko';
|
|||
|
||||
import Promises from 'Promises/User/Ajax';
|
||||
|
||||
import {view, ViewType} from 'Knoin/Knoin';
|
||||
import {popup} from 'Knoin/Knoin';
|
||||
import {AbstractViewNext} from 'Knoin/AbstractViewNext';
|
||||
|
||||
@view({
|
||||
@popup({
|
||||
name: 'View/Popup/WelcomePage',
|
||||
type: ViewType.Popup,
|
||||
templateID: 'PopupsWelcomePage'
|
||||
})
|
||||
class WelcomePagePopupView extends AbstractViewNext
|
||||
|
|
@ -45,4 +44,4 @@ class WelcomePagePopupView extends AbstractViewNext
|
|||
}
|
||||
}
|
||||
|
||||
module.exports = WelcomePagePopupView;
|
||||
export {WelcomePagePopupView, WelcomePagePopupView as default};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue