mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Removed User About Screen, it is unused
This commit is contained in:
parent
e3e5929b21
commit
496c8f59ae
4 changed files with 0 additions and 44 deletions
|
|
@ -1,17 +0,0 @@
|
|||
import { AbstractScreen } from 'Knoin/AbstractScreen';
|
||||
|
||||
import { AboutUserView } from 'View/User/About';
|
||||
|
||||
import { getApp } from 'Helper/Apps/User';
|
||||
|
||||
class AboutUserScreen extends AbstractScreen {
|
||||
constructor() {
|
||||
super('about', [AboutUserView]);
|
||||
}
|
||||
|
||||
onShow() {
|
||||
getApp().setWindowTitle('RainLoop');
|
||||
}
|
||||
}
|
||||
|
||||
export { AboutUserScreen, AboutUserScreen as default };
|
||||
Loading…
Add table
Add a link
Reference in a new issue