mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-30 07:46:27 +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'));
|
|
}
|
|
}
|