Dhananjay-JSR c633541a21 User Done
2022-03-15 02:14:35 +05:30

10 lines
173 B
TypeScript

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