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