prettier --write

This commit is contained in:
RainLoop Team 2019-07-04 22:19:24 +03:00
parent 450528ff00
commit 8a0be3212d
164 changed files with 7053 additions and 9008 deletions

View file

@ -1,6 +1,5 @@
import {view, ViewType} from 'Knoin/Knoin';
import {AbstractSystemDropDownUserView} from 'View/User/AbstractSystemDropDown';
import { view, ViewType } from 'Knoin/Knoin';
import { AbstractSystemDropDownUserView } from 'View/User/AbstractSystemDropDown';
@view({
name: 'View/User/Settings/SystemDropDown',
@ -9,4 +8,4 @@ import {AbstractSystemDropDownUserView} from 'View/User/AbstractSystemDropDown';
})
class SystemDropDownSettingsUserView extends AbstractSystemDropDownUserView {}
export {SystemDropDownSettingsUserView, SystemDropDownSettingsUserView as default};
export { SystemDropDownSettingsUserView, SystemDropDownSettingsUserView as default };