Consolidates V2 codebase into main project directory Updates build script to support simplified entry points Removes redundant files and cleans up project organization Simplifies module imports and entry points for calendar application
6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
/**
|
|
* Calendar - Standalone Entry Point
|
|
*/
|
|
|
|
// Re-export everything from index
|
|
export * from './index';
|