2022-03-15 15:38:41 +05:30

14 lines
283 B
TypeScript

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
};