mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-22 13:36:23 +08:00
5 lines
94 B
TypeScript
5 lines
94 B
TypeScript
import My from './My'
|
|
import Share from './Share'
|
|
|
|
export const PhotoList = [...Share, ...My]
|