mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
10 lines
173 B
TypeScript
10 lines
173 B
TypeScript
import tableContent from './table';
|
|
import UserContent from './user';
|
|
import imageContent from './image';
|
|
|
|
export default {
|
|
tableContent,
|
|
UserContent,
|
|
imageContent
|
|
};
|