chore(debug): auth
This commit is contained in:
16
app/[lang]/(live)/(protected)/my-pages2/_constants.ts
Normal file
16
app/[lang]/(live)/(protected)/my-pages2/_constants.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
export const breadcrumbs = {
|
||||
"/my-pages2": [
|
||||
{
|
||||
title: "My Pages",
|
||||
},
|
||||
],
|
||||
"/my-pages2/profile": [
|
||||
{
|
||||
href: "/my-pages2",
|
||||
title: "My Pages",
|
||||
},
|
||||
{
|
||||
title: "My Profile",
|
||||
},
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user