Adding Seat plan component and database tables
This commit is contained in:
@@ -5,8 +5,8 @@ import { Rating } from "../models/acts/rating.model";
|
||||
import { Genre } from "../models/acts/genre.model";
|
||||
import { Tour } from "../models/acts/tour.model";
|
||||
import { Concert } from "../models/acts/concert.model";
|
||||
import { Location } from "../models/acts/location.model";
|
||||
import { City } from "../models/acts/city.model";
|
||||
import { Location } from "../models/locations/location.model";
|
||||
import { City } from "../models/locations/city.model";
|
||||
|
||||
export const band = Router()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user