import tableContent from './table'; import UserContent from './user'; import imageContent from './image'; import avatarContent from './avatar'; import buttonContent from './button'; export default { tableContent, UserContent, imageContent, avatarContent, buttonContent };