Skeleton loader

This commit is contained in:
2024-10-04 13:16:05 +02:00
parent ed4fa90f75
commit 0cf0c6be76
20 changed files with 458 additions and 286 deletions

View File

@@ -12,13 +12,13 @@ export class LocationModel {
city: {
name: string
country: string
}
} = { name: "", country: "" }
concerts: Array<{
id: number
date: string
price: number
inStock: number
tour: {
event: {
name: string
offered: boolean
image: string