mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
*.jsx -> *.js
This commit is contained in:
parent
0a2b826f71
commit
e88c193334
98 changed files with 341 additions and 340 deletions
18
dev/Screen/User/About.js
Normal file
18
dev/Screen/User/About.js
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
import {AbstractScreen} from 'Knoin/AbstractScreen';
|
||||
import App from 'App/User';
|
||||
|
||||
class AboutUserScreen extends AbstractScreen
|
||||
{
|
||||
constructor() {
|
||||
super('about', [
|
||||
require('View/User/About')
|
||||
]);
|
||||
}
|
||||
|
||||
onShow() {
|
||||
App.setWindowTitle('RainLoop');
|
||||
}
|
||||
}
|
||||
|
||||
export {AboutUserScreen, AboutUserScreen as default};
|
||||
Loading…
Add table
Add a link
Reference in a new issue