developed
This commit is contained in:
parent
7303e4d476
commit
799dd99402
|
|
@ -7,28 +7,6 @@ export const useTopMenuStore = defineStore("topMenu", {
|
|||
icon: "UserIcon",
|
||||
pageName: "profile",
|
||||
title: "ACCOUNT",
|
||||
subMenu: [
|
||||
{
|
||||
icon: "UserIcon",
|
||||
pageName: "profile",
|
||||
title: "Profile",
|
||||
},
|
||||
// {
|
||||
// icon: "UserIcon",
|
||||
// pageName: "profile",
|
||||
// title: "Personal",
|
||||
// },
|
||||
{
|
||||
icon: "UserIcon",
|
||||
pageName: "contacts",
|
||||
title: "Contacts",
|
||||
},
|
||||
{
|
||||
icon: "UserIcon",
|
||||
pageName: "bank-account",
|
||||
title: "Bank Info",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
icon: "MessageSquareIcon",
|
||||
|
|
|
|||
Loading…
Reference in New Issue