mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-09-18 03:39:58 +08:00
6 lines
164 B
TypeScript
6 lines
164 B
TypeScript
import Login from './Login/index.vue'
|
|
import Register from './Register/index.vue'
|
|
import ResetPwd from './ResetPwd/index.vue'
|
|
|
|
export { Login, Register, ResetPwd }
|