mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +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]
|