deleted frontend code

This commit is contained in:
Čarodej
2022-04-27 08:17:06 +02:00
parent f45c1eb576
commit eb4d5b4cba
142 changed files with 338 additions and 15390 deletions
-9
View File
@@ -34,15 +34,6 @@ const routesUser = [
title: 'storage',
},
},
{
name: 'Billing',
path: '/user/settings/billing',
component: () => import(/* webpackChunkName: "chunks/billing" */ '../views/User/Billing'),
meta: {
requiresAuth: true,
title: 'billing',
},
},
],
},
]