Files
go-view/src/packages/components/Photos/index.ts
T

5 lines
94 B
TypeScript

import My from './My'
import Share from './Share'
export const PhotoList = [...Share, ...My]