mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
import Private from './Private'
|
|
import Share from './Share'
|
|
|
|
export const PhotoList = [...Private, ...Share]
|