Files
certd/packages/ui/certd-client/src/locales/langs/en-US/index.ts
T

19 lines
357 B
TypeScript
Raw Normal View History

2025-06-25 20:09:29 +02:00
import certd from './certd';
import authentication from './authentication';
import vip from './vip';
import tutorial from './tutorial';
import preferences from './preferences';
import ui from './ui';
2025-06-25 21:01:34 +02:00
import guide from './guide';
2025-06-25 23:52:44 +02:00
import common from './common';
2025-06-25 20:09:29 +02:00
export default {
certd,
authentication,
vip,
ui,
tutorial,
2025-06-25 21:01:34 +02:00
preferences,
2025-06-25 23:52:44 +02:00
guide,
common
2025-06-25 20:09:29 +02:00
};