Add EventOccurrenceParserService and update service registrations
Registered the new EventOccurrenceParserService in Program.cs to handle event occurrence parsing. Updated the _Imports.razor file to reflect the renaming of the EventCalendar component to Calendar. Removed the obsolete EventCalendar component to streamline the codebase.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
@using WebApp.Components.Features.Events
|
||||
@using WebApp.Components.Features.Events.Components
|
||||
@using WebApp.Components.Features.MeetingSchedule
|
||||
@using WebApp.Components.Features.EventCalendar
|
||||
@using WebApp.Components.Features.Calendar
|
||||
@using MudBlazor
|
||||
@using Core.Entities
|
||||
@using Data
|
||||
|
||||
Reference in New Issue
Block a user