Skip to content

Commit 682ad5e

Browse files
committed
update layout
1 parent b79a216 commit 682ad5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.husky/pre-commit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
./vendor/bin/pint
2-
./vendor/bin/phpstan analyse ./app
1+
# ./vendor/bin/pint
2+
# ./vendor/bin/phpstan analyse ./app

resources/js/layouts/app-layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import AppLayoutTemplate from '@/layouts/app/app-header-layout';
1+
import AppLayoutTemplate from '@/layouts/app/app-sidebar-layout';
22
import { type BreadcrumbItem } from '@/types';
33

44
interface AppLayoutProps {

0 commit comments

Comments
 (0)