mirror of
https://github.com/certd/certd.git
synced 2026-05-18 22:57:31 +08:00
First translation step
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import certd from './certd';
|
||||
import authentication from './authentication';
|
||||
import vip from './vip';
|
||||
import tutorial from './tutorial';
|
||||
import preferences from './preferences';
|
||||
import ui from './ui';
|
||||
|
||||
export default {
|
||||
certd,
|
||||
authentication,
|
||||
vip,
|
||||
ui,
|
||||
tutorial,
|
||||
preferences
|
||||
};
|
||||
Reference in New Issue
Block a user