TOTPFit/setting/index.js

7 lines
104 B
JavaScript
Raw Normal View History

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