mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
14 lines
283 B
TypeScript
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
|
|
};
|