mirror of
https://github.com/palxiao/poster-design.git
synced 2025-07-15 16:02:19 +08:00
17 lines
307 B
TypeScript
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,
|
|
}
|