更新:1.课程详情增加骨架屏;2.图书首页和图书详情增加骨架屏;
This commit is contained in:
9
api/clients/index.ts
Normal file
9
api/clients/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { skeletonClient } from './skeleton'
|
||||
import { mainClient } from './main'
|
||||
import { paymentClient } from './payment'
|
||||
|
||||
export {
|
||||
skeletonClient,
|
||||
mainClient,
|
||||
paymentClient
|
||||
}
|
||||
Reference in New Issue
Block a user