/* * @Author: ShawnPhang * @Date: 2021-08-19 18:43:22 * @Description: * @LastEditors: ShawnPhang * @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, }