import Texts from './Texts'
import Inputs from './Inputs'
import Mores from './Mores'
export const InformationList = [...Texts, ...Inputs, ...Mores]