mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-07 07:18:39 +08:00
7 lines
138 B
JavaScript
7 lines
138 B
JavaScript
import ko from 'ko';
|
|
|
|
export class AboutAdminSettings {
|
|
constructor() {
|
|
this.version = ko.observable(rl.settings.app('version'));
|
|
}
|
|
}
|