import { runApp } from '@ibiz-template/mob-vue3-components'; import UserRegister from './user-register';
runApp([UserRegister]);