Skip to content

Commit e2f7a63

Browse files
committed
removed redundant code
1 parent 4572fa4 commit e2f7a63

File tree

10 files changed

+0
-791
lines changed

10 files changed

+0
-791
lines changed

resources/js/Layouts/layout/AppMenu.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const AppMenu = () => {
1313
items: [
1414
{ label: 'Dashboard', icon: 'pi pi-fw pi-home', to: route('dashboard') },
1515
{ label: 'Button', icon: 'pi pi-fw pi-id-card', to: route('main') },
16-
{ label: 'Login', icon: 'pi pi-fw pi-mobile', to: route('test'), class: 'rotated-icon' },
1716
]
1817
},
1918
];

resources/js/Pages/full-page/auth/access/page.jsx

-36
This file was deleted.

resources/js/Pages/full-page/auth/error/page.jsx

-36
This file was deleted.

resources/js/Pages/full-page/auth/login/page.jsx

-67
This file was deleted.

0 commit comments

Comments
 (0)