diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index eb908e3..04cd202 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -16,6 +16,7 @@ import { EventsListPage, CreateEventPageEnhanced as CreateEventPage, EventDetailsPage, + EventFeedbackPage, EmailConfigPage, ArchivesPage, AnalyticsPage, @@ -120,6 +121,7 @@ function App() { } /> } /> } /> + } /> } /> } /> } />