index.ts 109 Bytes Raw Blame History Permalink 1 2 3 4 import Texts from './Texts' import Mores from './Mores' export const InformationList = [...Texts, ...Mores]