mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-29 10:10:18 +08:00
refactor(projects): 代码优化
ISSUES CLOSED: \
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
import useEcharts from './useEcharts';
|
||||
import useCountDown from './useCountDown';
|
||||
import useSmsCode from './useSmsCode';
|
||||
import useImageVerify from './useImageVerify';
|
||||
|
||||
export { useEcharts, useCountDown, useSmsCode, useImageVerify };
|
||||
|
||||
export * from './useEcharts';
|
||||
export { useCountDown, useSmsCode, useImageVerify };
|
||||
|
||||
Reference in New Issue
Block a user