Remove EventModel in frontend

This commit is contained in:
2024-10-12 21:00:42 +02:00
parent 60a9cea147
commit b490d058e4
33 changed files with 313 additions and 377 deletions

View File

@@ -34,7 +34,7 @@ const routes = [
// Concerts
{ path: '/concerts', component: ConcertsPage },
{ path: '/concert/booking/:id', component: ConcertBookingPage },
{ path: '/concerts/booking/:id', component: ConcertBookingPage },
// Locations
{ path: '/locations', component: LocationsPage },