mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 14:20:21 +08:00
refactor(projects): 精简代码
This commit is contained in:
@@ -1,12 +1,2 @@
|
||||
export {
|
||||
useAppTitle,
|
||||
useContext,
|
||||
useRouterChange,
|
||||
useRouteParam,
|
||||
useRouteQuery,
|
||||
useRouteProps,
|
||||
useBoolean,
|
||||
useLoading,
|
||||
useScrollBehavior
|
||||
} from './common';
|
||||
export { useCountDown, useSmsCode } from './business';
|
||||
export * from './common';
|
||||
export * from './business';
|
||||
|
||||
Reference in New Issue
Block a user