index.ts 109 B

1234
  1. import Texts from './Texts'
  2. import Mores from './Mores'
  3. export const InformationList = [...Texts, ...Mores]