Files
web/app/[lang]/(live)/(protected)/my-pages/_constants.ts
Michael Zetterberg 3153f158a9 Revert "chore(debug): auth"
This reverts commit 2097807062.
2024-05-16 08:19:17 +02:00

17 lines
224 B
TypeScript

export const breadcrumbs = {
"/my-pages": [
{
title: "My Pages",
},
],
"/my-pages/profile": [
{
href: "/my-pages",
title: "My Pages",
},
{
title: "My Profile",
},
],
}