wms-elevue/src/hooks/index.ts

4 lines
62 B
TypeScript
Raw Normal View History

2024-07-05 09:31:54 +08:00
import { useAsync } from './use-async';
export { useAsync };