index.ts 109 Bytes Raw Blame History Permalink 1 2 3 4 import Private from './Private' import Share from './Share' export const PhotoList = [...Private, ...Share]