refactor(projects): 代码优化

ISSUES CLOSED: \
This commit is contained in:
Soybean
2022-05-31 00:26:52 +08:00
parent 6a5a357f50
commit d9ac7e4de0
6 changed files with 201 additions and 38 deletions

View File

@@ -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 };