UNPKG

@rhinojs/web-apps-code

Version:
11 lines (10 loc) 192 B
import title from './title'; import auth from './auth'; import guest from './guest'; import totop from './totop'; export default { title, auth, guest, totop, };