5 lines
94 B
TypeScript

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