Renaming part 1
This commit is contained in:
parent
36ac8d18ab
commit
29811fd4b5
20 changed files with 1424 additions and 582 deletions
|
|
@ -7,7 +7,7 @@ import { EventManager } from './managers/EventManager.js';
|
|||
import { EventRenderer } from './managers/EventRenderer.js';
|
||||
import { GridManager } from './managers/GridManager.js';
|
||||
import { ScrollManager } from './managers/ScrollManager.js';
|
||||
import { CalendarConfig } from './core/CalendarConfig.js';
|
||||
import { calendarConfig } from './core/CalendarConfig.js';
|
||||
|
||||
/**
|
||||
* Initialize the calendar application
|
||||
|
|
@ -15,8 +15,8 @@ import { CalendarConfig } from './core/CalendarConfig.js';
|
|||
function initializeCalendar(): void {
|
||||
console.log('🗓️ Initializing Calendar Plantempus...');
|
||||
|
||||
// Create calendar configuration
|
||||
const config = new CalendarConfig();
|
||||
// Use the singleton calendar configuration
|
||||
const config = calendarConfig;
|
||||
|
||||
// Initialize managers
|
||||
const calendarManager = new CalendarManager(eventBus, config);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue