14 lines
425 B
TypeScript
14 lines
425 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"; |