mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
18 lines
395 B
TypeScript
18 lines
395 B
TypeScript
import tableContent from './table';
|
|
import UserContent from './user';
|
|
import imageContent from './image';
|
|
import avatarContent from './avatar';
|
|
import buttonContent from './button';
|
|
import buttonGrpContent from './buttonGrp'
|
|
import cardContent from './card';
|
|
|
|
export default {
|
|
tableContent,
|
|
UserContent,
|
|
imageContent,
|
|
avatarContent,
|
|
buttonContent,
|
|
buttonGrpContent,
|
|
cardContent
|
|
};
|