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