We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79a216 commit 682ad5eCopy full SHA for 682ad5e
.husky/pre-commit
@@ -1,2 +1,2 @@
1
-./vendor/bin/pint
2
-./vendor/bin/phpstan analyse ./app
+# ./vendor/bin/pint
+# ./vendor/bin/phpstan analyse ./app
resources/js/layouts/app-layout.tsx
@@ -1,4 +1,4 @@
-import AppLayoutTemplate from '@/layouts/app/app-header-layout';
+import AppLayoutTemplate from '@/layouts/app/app-sidebar-layout';
import { type BreadcrumbItem } from '@/types';
3
4
interface AppLayoutProps {
0 commit comments