poster-design/src/api/index.ts
2023-09-30 12:15:53 +08:00

17 lines
307 B
TypeScript

/*
* @Author: ShawnPhang
* @Date: 2021-08-19 18:43:22
* @Description:
* @LastEditors: ShawnPhang <https://m.palxp.cn>
* @LastEditTime: 2023-09-28 15:46:56
*/
import * as home from './home'
import * as material from './material'
import * as ai from './ai'
export default {
home,
material,
ai,
}