11 lines
301 B
TypeScript
11 lines
301 B
TypeScript
/**
|
|
* File: index.ts
|
|
* Created by: AI Assistant
|
|
* Date: 2025-11-29
|
|
* Purpose: Layouts components exports
|
|
* Part of: kreatiVortex - Platform Pembelajaran Tari Online
|
|
*/
|
|
|
|
export { default as DashboardProfile } from './DashboardProfile';
|
|
export { default as DashboardMenu } from './DashboardMenu';
|