mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-29 04:46:36 +08:00
5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
import Texts from './Texts'
|
|
import Mores from './Mores'
|
|
|
|
export const InformationList = [...Texts, ...Mores]
|