feat(WEB-205, WEB-206): get breadcrumbs for my pages from contentstack
This commit is contained in:
@@ -8,6 +8,7 @@ export const getUserSchema = z.object({
|
||||
streetAddress: z.string().optional(),
|
||||
zipCode: z.string(),
|
||||
}),
|
||||
dateOfBirth: z.string(),
|
||||
email: z.string().email(),
|
||||
gender: z.string(),
|
||||
name: z.string(),
|
||||
|
||||
@@ -135,7 +135,6 @@ export const stays = [
|
||||
]
|
||||
|
||||
export const extendedUser = {
|
||||
dob: dt("1977-07-05").format("YYYY-MM-DD"),
|
||||
journeys: challenges.journeys,
|
||||
nights: 14,
|
||||
shortcuts,
|
||||
|
||||
Reference in New Issue
Block a user