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