Add a new razor component for creating events and update related files.
CreateEvent.razor: Add a new razor component for creating events with fields for title, hashtag, theme, and sessions. Include a form with input fields and a method to handle form submission.
Home.razor: Add a link to the new event creation component and update the existing link to point to the new event creation component.
Event.cs: Add properties for hashtag, theme, and sessions to the event model. Introduce a new Session class with properties for name, type, description, date, start time, and end time.
EventService.cs: Add a method to handle the creation of new events with the additional fields.
Fixes #100
Add a new razor component for creating events and update related files.
Session
class with properties for name, type, description, date, start time, and end time.For more details, open the Copilot Workspace session.