7 lines
292 B
TypeScript
7 lines
292 B
TypeScript
/**
|
|
* @deprecated This file has been refactored into a modular structure.
|
|
* Please import from './CompactBillingDashboard/index' instead.
|
|
* This file is kept for backward compatibility and will be removed in a future version.
|
|
*/
|
|
export { default } from './CompactBillingDashboard/index';
|