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

7 lines
104 B
JavaScript

import { gettext } from 'i18n'
AppSettingsPage({
build() {
console.log(gettext('example'))
}
})