mirror of
https://gitee.com/dromara/go-view.git
synced 2025-10-14 14:32:10 +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]
|