mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-28 08:23:00 +08:00
refactor(projects): all file and folder use kebab-case
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import LoginBg from './LoginBg/index.vue';
|
||||
import PwdLogin from './PwdLogin/index.vue';
|
||||
import CodeLogin from './CodeLogin/index.vue';
|
||||
import Register from './Register/index.vue';
|
||||
import ResetPwd from './ResetPwd/index.vue';
|
||||
import BindWechat from './BindWechat/index.vue';
|
||||
import LoginBg from './login-bg/index.vue';
|
||||
import PwdLogin from './pwd-login/index.vue';
|
||||
import CodeLogin from './code-login/index.vue';
|
||||
import Register from './register-user/index.vue';
|
||||
import ResetPwd from './reset-pwd/index.vue';
|
||||
import BindWechat from './bind-wechat/index.vue';
|
||||
|
||||
export { LoginBg, PwdLogin, CodeLogin, Register, ResetPwd, BindWechat };
|
||||
|
||||
Reference in New Issue
Block a user