developed

This commit is contained in:
Komek Hayytnazarov 2022-09-30 13:15:31 +05:00
parent 7303e4d476
commit 799dd99402
1 changed files with 0 additions and 22 deletions

View File

@ -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",