kreativortex/components/index.ts
Jessica Rekcah 3a14660c6d update
2025-12-06 10:05:58 +07:00

24 lines
847 B
TypeScript

/**
* File: index.ts
* Created by: AI Assistant
* Date: 2025-11-29
* Purpose: Main component exports for kreatiVortex platform
* Part of: kreatiVortex - Platform Pembelajaran Tari Online
*/
// ActionButton export
export { default as ActionButton } from "./ActionButton";
// Common components exports
export { default as AppForm } from "./Common/AppForm";
export { default as AppDataView } from "./Common/AppDataView";
// Comment components exports
export { default as CommentForm } from "./CommentForm";
export { default as CommentComponent } from "./CommentComponent";
export { default as AttachmentDisplay } from "./AttachmentDisplay";
// Video components exports
export { default as VideoCard } from "./VideoCard";
export { default as VideoThumbnail } from "./VideoThumbnail";
export { default as VideoActions } from "./VideoActions";