TOTPFit/app-side/index.js
2024-11-09 16:37:03 +03:00

14 lines
145 B
JavaScript

import { gettext } from 'i18n'
AppSideService({
onInit() {
console.log(gettext('example'))
},
onRun() {
},
onDestroy() {
}
})